Sample - Twilio API
DELETE/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{Sid}.json

Delete a SIP domain

Deletes a SIP domain from an account. Use AccountSid and Sid to identify the account and domain resource to remove. A successful response contains no response body.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

2 parameters
AccountSidstringrequired
The 34-character SID of the account that owns the SIP domain, beginning with `AC`.
Sidstringrequired
The 34-character SID of the SIP domain to delete, beginning with `SD`.

1 status code
204Confirms that the SIP domain was deleted successfully and contains no response body.

Error handling

AccountSid must be a 34-character account SID beginning with AC, and Sid must be a 34-character SIP domain SID beginning with SD. Both identifiers must match the hexadecimal SID formats defined by their schemas.