---
title: "Delete an outgoing fax"
method: DELETE
path: "/accounts/{user_id}/outbox/{outbox_fax_id}"
tags: ["Outbox"]
---

# Delete an outgoing fax

`DELETE /accounts/{user_id}/outbox/{outbox_fax_id}`

Delete an outgoing fax that is being scheduled for sending. (Permitted scopes: **fax:all:edit**, **fax:fax:edit**)

## Path parameters

- `user_id` string, required
- `outbox_fax_id` string, required

## Response `204`

204 will be returned on successful fax deletion from outbox

## Other responses

- `400` — Error object in case there's a problem with given data
- `500` — Error object in case there's a server error

---

[API](https://skmtc.net/fax/apis/fax-plus-rest-api.md) · [All operations](https://skmtc.net/fax/apis/fax-plus-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fax/fax-plus-rest-api/revisions/c1afc85d2c15/schema)
