Delete connection policy target

DELETE /v1/ConnectionPolicies/{ConnectionPolicySid}/Targets/{Sid}

Network element entry points into your communications infrastructure

Path parameters

  • ConnectionPolicySid string Required

    The SID of the Connection Policy that owns the Target.

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

  • Sid string Required

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

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

Responses

  • 204

    The resource was deleted successfully.

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