API Reference
Reference for the REST API
[Not implemented yet] Permanently delete an organization. This action cannot be undone.
cURL
curl --request DELETE \ --url https://api.xata.tech/organizations/{organizationID} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "id": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
Unique identifier for a specific organization
Organization successfully deleted
Was this page helpful?