Remove an Assignment Item Instance
TODO: Resource-level docs
Remove an Assignment Item Instance.
Path parameters
-
CustomerProfileSid
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 Identity resource.
DELETE
/v1/CustomerProfiles/{CustomerProfileSid}/EntityAssignments/{Sid}
curl \
-X DELETE https://trusthub.twilio.com/v1/CustomerProfiles/{CustomerProfileSid}/EntityAssignments/{Sid} \
--user "username:password"