---
title: "Remove export"
method: DELETE
path: "/accounts/export"
tags: ["Account Management"]
---

# Remove export

`DELETE /accounts/export`

Removes an export from the account.
 - Allows an account to discontinue sharing a previously exported resource with other accounts. This operation effectively revokes external access to the specified resource.

## Request body

- object
  - `name` string, required — Export name

## Response `200`

Export removed successfully

- SuccessResponse
  - `message` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized

---

[API](https://skmtc.net/quivaworks/apis/quiva-ai-gateway.md) · [All operations](https://skmtc.net/quivaworks/apis/quiva-ai-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quivaworks/quiva-ai-gateway/versions/771d118bd4d1/schema)
