Skip to main content
POST
/
organizations
/
{organizationID}
/
deletion-request
Request organization deletion
curl --request POST \
  --url https://api.xata.tech/organizations/{organizationID}/deletion-request \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://xata.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

organizationID
string
required

Unique identifier for a specific organization

Pattern: [a-zA-Z0-9_-~:]+

Response

Organization has been deleted