Delete sync list

DELETE /v1/Services/{ServiceSid}/Lists/{Sid}

Sync list objects

Path parameters

  • ServiceSid string Required

    The SID of the Sync Service with the Sync List resource to delete.

  • Sid string Required

    The SID of the Sync List resource to delete. Can be the Sync List resource's sid or its unique_name.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Services/{ServiceSid}/Lists/{Sid}
curl \
 -X DELETE https://sync.twilio.com/v1/Services/{ServiceSid}/Lists/{Sid} \
 --user "username:password"