---
title: "Delete a Fax"
method: DELETE
path: "/Accounts/{AccountSid}/Faxes/{Sid}"
tags: ["Faxes"]
---

# Delete a Fax

`DELETE /Accounts/{AccountSid}/Faxes/{Sid}`

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](/docs/apis/rest/fax-logs/list-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](/docs/platform/your-signalwire-api-space).

## Path parameters

- `AccountSid` string, uuid, required — Universal Unique Identifier.
- `Sid` string, uuid, required — Universal Unique Identifier.

## Response `204`

204 No Content response.

## Other responses

- `400` — The request was invalid or cannot be processed. Check the error details for more information.
- `401` — Authentication failed. Please verify your credentials and try again.
- `404` — The requested resource was not found. Please verify the resource identifier.
- `409` — The request conflicts with the current state of the resource. The operation cannot be completed.

## Changes

- **2026-05-12** `5344c0c93a4c` — 4 info
  - added 'unevaluatedProperties' constraint to the response body for the status `400`
  - added 'unevaluatedProperties' constraint to the response body for the status `401`
  - added 'unevaluatedProperties' constraint to the response body for the status `404`
  - added 'unevaluatedProperties' constraint to the response body for the status `409`
- **2026-01-20** `dce1bcef69f0` — 2 info
  - added the non-success response with the status `409`
  - removed the non-success response with the status `422`
- **2026-01-19** `d5fbaaddfa3e` — 2 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `422`
- **2026-01-15** `3c88f14db21e` — 2 breaking, 2 info
  - added the new path request parameter `AccountSid`
  - added the new path request parameter `Sid`
  - added the non-success response with the status `401`
  - added the non-success response with the status `404`

[Change history](https://skmtc.dev/signalwire/apis/compatibility-api/changes/Accounts/:AccountSid/Faxes/:Sid/delete.md)

---

[API](https://skmtc.dev/signalwire/apis/compatibility-api.md) · [All operations](https://skmtc.dev/signalwire/apis/compatibility-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/signalwire/compatibility-api/revisions/723316346320/schema)
