Faxes
Delete a Fax
Deletes a managed fax by SID. A fax cannot be deleted while it is processing, sending, or receiving; cancel a still-queued fax first when appropriate. This removes the fax resource, while Fax logs provide the read-only historical view.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Fax.
Learn more about API scopes.
delete/Accounts/{AccountSid}/Faxes/{Sid}
Path parameters
AccountSidstring uuid required
Universal Unique Identifier.
The Project ID that uniquely identifies the Account.
Sidstring uuid required
Universal Unique Identifier.
The Fax ID that uniquely identifies the Fax.
Response
204 No Content response.