Remove an Assignment Item Instance.
Remove an Assignment Item Instance.
Path parameters
-
The unique string that we created to identify the CustomerProfile resource.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^BU[0-9a-fA-F]{32}$
. -
The unique string that we created to identify the resource.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^RA[0-9a-fA-F]{32}$
.
DELETE
/v1/CustomerProfiles/{CustomerProfileSid}/ChannelEndpointAssignments/{Sid}
curl \
--request DELETE 'https://trusthub.twilio.com/v1/CustomerProfiles/{CustomerProfileSid}/ChannelEndpointAssignments/{Sid}' \
--user "username:password"