Skip to main content

Delete a Fax Media

Use this endpoint for the Fax Media method to delete a fax media instance. If the delete is successful, a 204 response, with no body, will be returned.

warning

This action cannot be undone.

Parameters

ParameterDescription
MediaSid RequiredThe unique identifier of the fax media.

Request

curl https://example.signalwire.com/api/laml/2010-04-01/Accounts/{AccountSid}/Faxes/{FaxSid}/Media/{MediaSid}.json \
-X DELETE \
-u "YourProjectID:YourAuthToken"

Responses

204 NO CONTENT

If the delete is successful, a 204 response, with no body, will be returned.