Skip to main content

Delete a fax.

DELETE 

/Accounts/:AccountSid/Faxes/:Sid

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

Permissions

The API token must include the following scopes: Fax.

Request

Path Parameters

    AccountSid uuidrequired

    The Project ID that uniquely identifies the Account to retrieve.

    Sid uuidrequired

    The Fax ID that uniquely identifies the Fax to retrieve.

Responses

No Content