---
title: "Abort Export"
method: POST
path: "/api/v1/exports/{id}/abort"
tags: ["Exports"]
---

# Abort Export

`POST /api/v1/exports/{id}/abort`

Abort an export by ID

## Path parameters

- `id` string, uuid, required — ID of the export to abort.

## Response `204`

Successful Response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized User
- `403` — Forbidden User
- `408` — Request Timeout
- `422` — Validation Error
- `429` — Rate Limit Exceeded
- `500` — Unexpected Error

## Changes

- **2026-08-31** `db7771f9800d` — 1 warning
  - added the new `custom_rpc_node_unavailable` enum value to the `error_type` response property for the response status `400`

[Change history](https://skmtc.dev/fordefi/apis/fordefi-api/changes/api/v1/exports/:id/abort/post.md)

---

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