Delete sync list item
Items in a sync list
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.
Path parameters
-
The SID of the Sync Service with the Sync List Item resource to delete.
-
The SID of the Sync List with the Sync List Item resource to delete. Can be the Sync List resource's
sid
or itsunique_name
. -
The index of the Sync List Item resource to delete.
DELETE /v1/Services/{ServiceSid}/Lists/{ListSid}/Items/{Index}
curl \
-X DELETE https://sync.twilio.com/v1/Services/{ServiceSid}/Lists/{ListSid}/Items/{Index} \
--user "username:password" \
-H "If-Match: string"