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

Delete a Connect App

Deletes a Connect App from the specified account. Provide the account and Connect App SIDs to identify the resource to remove. A successful deletion returns no response body.

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

2 parameters
AccountSidstringrequired
The account SID that owns the Connect App. Must be 34 characters and match the `AC` SID format.
Sidstringrequired
The unique Connect App SID to delete. Must be 34 characters and match the `CN` SID format.

1 status code
204Confirms that the Connect App was deleted successfully; the response contains no body.

Error handling

AccountSid must be a 34-character SID beginning with AC, and Sid must be a 34-character Connect App SID beginning with CN. The identifiers must refer to the Connect App in the specified account.