Delete a specific Sync Map Permission.

DELETE /v1/Services/{ServiceSid}/Maps/{MapSid}/Permissions/{Identity}

Delete a specific Sync Map Permission.

Path parameters

  • ServiceSid string Required

    The SID of the Sync Service with the Sync Map Permission resource to delete. Can be the Service's sid value or default.

  • MapSid string Required

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

  • Identity string Required

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

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Services/{ServiceSid}/Maps/{MapSid}/Permissions/{Identity}
curl \
 --request DELETE 'https://sync.twilio.com/v1/Services/{ServiceSid}/Maps/{MapSid}/Permissions/{Identity}' \
 --user "username:password"