Remove an Assignment Item Instance.

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

Remove an Assignment Item Instance.

Path parameters

  • TrustProductSid string Required

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

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^BU[0-9a-fA-F]{32}$.

  • Sid string Required

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

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^BV[0-9a-fA-F]{32}$.

Responses

  • 204

    The resource was deleted successfully.

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