Delete us app to person
A service for (fetch/create/delete) A2P Campaign for a Messaging Service
Path parameters
-
The SID of the Messaging Service to delete the resource from.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^MG[0-9a-fA-F]{32}$
. -
The SID of the US A2P Compliance resource to delete
QE2c6890da8086d771620e9b13fadeba0b
.Minimum length is
34
, maximum length is34
. Format should match the following pattern:^QE[0-9a-fA-F]{32}$
.
DELETE
/v1/Services/{MessagingServiceSid}/Compliance/Usa2p/{Sid}
curl \
--request DELETE 'https://messaging.twilio.com/v1/Services/{MessagingServiceSid}/Compliance/Usa2p/{Sid}' \
--user "username:password"