Delete a specific Supporting Document

DELETE /v1/SupportingDocuments/{Sid}

TODO: Resource-level docs

Delete a specific Supporting Document.

Path parameters

  • Sid string Required

    The unique string created by Twilio to identify the Supporting Document resource.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/SupportingDocuments/{Sid}
curl \
 -X DELETE https://trusthub.twilio.com/v1/SupportingDocuments/{Sid} \
 --user "username:password"