Delete a specific fax media instance
TODO: Resource-level docs
Delete a specific fax media instance.
Path parameters
-
The SID of the fax with the FaxMedia resource to delete.
-
The Twilio-provided string that uniquely identifies the FaxMedia resource to delete.
DELETE /v1/Faxes/{FaxSid}/Media/{Sid}
curl \
-X DELETE https://fax.twilio.com/v1/Faxes/{FaxSid}/Media/{Sid} \
--user "username:password"