Delete an instance of a connect-app
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.
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"