Delete a specific Sync Document Permission

DELETE /v1/Services/{ServiceSid}/Documents/{DocumentSid}/Permissions/{Identity}

Sync document permissions

Delete a specific Sync Document Permission.

Path parameters

  • ServiceSid string Required

    The SID of the Sync Service with the Document Permission resource to delete.

  • DocumentSid string Required

    The SID of the Sync Document with the Document Permission resource to delete. Can be the Document resource's sid or its unique_name.

  • Identity string Required

    The application-defined string that uniquely identifies the User's Document Permission resource to delete.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Services/{ServiceSid}/Documents/{DocumentSid}/Permissions/{Identity}
curl \
 -X DELETE https://sync.twilio.com/v1/Services/{ServiceSid}/Documents/{DocumentSid}/Permissions/{Identity} \
 --user "username:password"