Delete a specific fax media instance

DELETE /v1/Faxes/{FaxSid}/Media/{Sid}

TODO: Resource-level docs

Delete a specific fax media instance.

Path parameters

  • FaxSid string Required

    The SID of the fax with the FaxMedia resource to delete.

  • Sid string Required

    The Twilio-provided string that uniquely identifies the FaxMedia resource to delete.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Faxes/{FaxSid}/Media/{Sid}
curl \
 -X DELETE https://fax.twilio.com/v1/Faxes/{FaxSid}/Media/{Sid} \
 --user "username:password"