# Delete sync map item **DELETE /v1/Services/{ServiceSid}/Maps/{MapSid}/Items/{Key}** Keys in a sync map ## Servers - https://sync.twilio.com: https://sync.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Headers - **If-Match** (string) If provided, applies this mutation if (and only if) the “revision” field of this [map item] matches the provided value. This matches the semantics of (and is implemented with) the HTTP [If-Match header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match). ### Path parameters - **ServiceSid** (string) The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Item resource to delete. - **MapSid** (string) The SID of the Sync Map with the Sync Map Item resource to delete. Can be the Sync Map resource's `sid` or its `unique_name`. - **Key** (string) The `key` value of the Sync Map Item resource to delete. ## Responses ### 204 The resource was deleted successfully. [Powered by Bump.sh](https://bump.sh)