Delete a specific Sync List Permission
Permissions for Sync list items
Delete a specific Sync List Permission.
Path parameters
-
The SID of the Sync Service with the Sync List Permission resource to delete.
-
The SID of the Sync List with the Sync List Permission resource to delete. Can be the Sync List resource's
sid
or itsunique_name
. -
The application-defined string that uniquely identifies the User's Sync List Permission resource to delete.
DELETE /v1/Services/{ServiceSid}/Lists/{ListSid}/Permissions/{Identity}
curl \
-X DELETE https://sync.twilio.com/v1/Services/{ServiceSid}/Lists/{ListSid}/Permissions/{Identity} \
--user "username:password"