Delete a specific Sync Map Permission
TODO: Resource-level docs
Delete a specific Sync Map Permission.
Path parameters
-
The SID of the Sync Service with the Sync Map Permission resource to delete. Can be the Service's
sid
value ordefault
. -
The SID of the Sync Map with the Sync Map Permission resource to delete. Can be the Sync Map resource's
sid
or itsunique_name
. -
The application-defined string that uniquely identifies the User's Sync Map Permission resource to delete.
DELETE /v1/Services/{ServiceSid}/Maps/{MapSid}/Permissions/{Identity}
curl \
-X DELETE https://sync.twilio.com/v1/Services/{ServiceSid}/Maps/{MapSid}/Permissions/{Identity} \
--user "username:password"