Remove an Assignment Item Instance

DELETE /v1/TrustProducts/{TrustProductSid}/ChannelEndpointAssignments/{Sid}

TODO: Resource-level docs

Remove an Assignment Item Instance.

Path parameters

  • TrustProductSid string Required

    The unique string that we created to identify the CustomerProfile resource.

  • Sid string Required

    The unique string that we created to identify the resource.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/TrustProducts/{TrustProductSid}/ChannelEndpointAssignments/{Sid}
curl \
 -X DELETE https://trusthub.twilio.com/v1/TrustProducts/{TrustProductSid}/ChannelEndpointAssignments/{Sid} \
 --user "username:password"