Delete connection policy target
Network element entry points into your communications infrastructure
Path parameters
-
The SID of the Connection Policy that owns the Target.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^NY[0-9a-fA-F]{32}$
. -
The unique string that we created to identify the Target resource to delete.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^NE[0-9a-fA-F]{32}$
.
DELETE
/v1/ConnectionPolicies/{ConnectionPolicySid}/Targets/{Sid}
curl \
--request DELETE 'https://voice.twilio.com/v1/ConnectionPolicies/{ConnectionPolicySid}/Targets/{Sid}' \
--user "username:password"