Delete us app to person

DELETE /v1/Services/{MessagingServiceSid}/Compliance/Usa2p/{Sid}

A service for (fetch/create/delete) A2P Campaign for a Messaging Service

Path parameters

  • MessagingServiceSid string Required

    The SID of the Messaging Service to delete the resource from.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^MG[0-9a-fA-F]{32}$.

  • Sid string Required

    The SID of the US A2P Compliance resource to delete QE2c6890da8086d771620e9b13fadeba0b.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^QE[0-9a-fA-F]{32}$.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Services/{MessagingServiceSid}/Compliance/Usa2p/{Sid}
curl \
 --request DELETE 'https://messaging.twilio.com/v1/Services/{MessagingServiceSid}/Compliance/Usa2p/{Sid}' \
 --user "username:password"