# Delete a specific Sync List Permission. **DELETE /v1/Services/{ServiceSid}/Lists/{ListSid}/Permissions/{Identity}** Delete a specific Sync List Permission. Permissions for Sync list items ## Servers - https://sync.twilio.com: https://sync.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **ServiceSid** (string) The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resource to delete. - **ListSid** (string) 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) The application-defined string that uniquely identifies the User's Sync List Permission resource to delete. ## Responses ### 204 The resource was deleted successfully. [Powered by Bump.sh](https://bump.sh)