Delete a specific Sync Document Permission
Sync document permissions
Delete a specific Sync Document Permission.
Path parameters
-
The SID of the Sync Service with the Document Permission resource to delete.
-
The SID of the Sync Document with the Document Permission resource to delete. Can be the Document resource's
sid
or itsunique_name
. -
The application-defined string that uniquely identifies the User's Document Permission resource to delete.
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"