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