Delete an instance of a connect-app
Twilio Connect apps
Delete an instance of a connect-app
Path parameters
-
The SID of the Account that created the ConnectApp resource to fetch.
-
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"