Delete connection policy

DELETE /v1/ConnectionPolicies/{Sid}

Connection Policy for sending traffic to your communications infrastructure.

Path parameters

  • Sid string Required

    The unique string that we created to identify the Connection Policy resource to delete.

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

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/ConnectionPolicies/{Sid}
curl \
 --request DELETE 'https://voice.twilio.com/v1/ConnectionPolicies/{Sid}' \
 --user "username:password"