Path parameters
-
The SID of the Sync Service with the Sync List resource to delete.
-
The SID of the Sync List resource to delete. Can be the Sync List resource's
sid
or itsunique_name
.
DELETE /v1/Services/{ServiceSid}/Lists/{Sid}
curl \
-X DELETE https://sync.twilio.com/v1/Services/{ServiceSid}/Lists/{Sid} \
--user "username:password"