Delete an instance of a connect-app

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

Twilio Connect apps

Delete an instance of a connect-app

Path parameters

  • AccountSid string Required

    The SID of the Account that created the ConnectApp resource to fetch.

  • Sid string Required

    The Twilio-provided string that uniquely identifies the ConnectApp resource to fetch.

Responses

  • 204

    The resource was deleted successfully.

DELETE /2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json
curl \
 -X DELETE https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json \
 --user "username:password"