Remove an Assignment Item Instance
TODO: Resource-level docs
Remove an Assignment Item Instance.
Path parameters
-
The unique string that we created to identify the TrustProduct resource.
-
The unique string that we created to identify the Identity resource.
DELETE /v1/TrustProducts/{TrustProductSid}/EntityAssignments/{Sid}
curl \
-X DELETE https://trusthub.twilio.com/v1/TrustProducts/{TrustProductSid}/EntityAssignments/{Sid} \
--user "username:password"