Remove an Assignment Item Instance

DELETE /v2/RegulatoryCompliance/Bundles/{BundleSid}/ItemAssignments/{Sid}

TODO: Resource-level docs

Remove an Assignment Item Instance.

Path parameters

  • BundleSid string Required

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

  • Sid string Required

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

Responses

  • 204

    The resource was deleted successfully.

DELETE /v2/RegulatoryCompliance/Bundles/{BundleSid}/ItemAssignments/{Sid}
curl \
 -X DELETE https://numbers.twilio.com/v2/RegulatoryCompliance/Bundles/{BundleSid}/ItemAssignments/{Sid} \
 --user "username:password"