Delete a specific Sync List Permission

DELETE /v1/Services/{ServiceSid}/Lists/{ListSid}/Permissions/{Identity}

Permissions for Sync list items

Delete a specific Sync List Permission.

Path parameters

  • ServiceSid string Required

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

  • ListSid string Required

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

  • Identity string Required

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

Responses

  • 204

    The resource was deleted successfully.

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"