# Delete a specific Sync Map Permission. **DELETE /v1/Services/{ServiceSid}/Maps/{MapSid}/Permissions/{Identity}** Delete a specific Sync Map Permission. ## 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 Map Permission resource to delete. Can be the Service's `sid` value or `default`. - **MapSid** (string) 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) The application-defined string that uniquely identifies the User's Sync Map Permission resource to delete. ## Responses ### 204 The resource was deleted successfully. [Powered by Bump.sh](https://bump.sh)