Skip to main content

Delete a Fax

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

warning

This action cannot be undone.

Parameters

ParameterDescription
FaxSid RequiredThe unique identifier of the fax.

Request

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

Responses

204 NO CONTENT

A 204 No Content response indicates that the fax was successfully deleted.