Skip to main content
DELETE
/
organizations
/
{organizationID}
/
projects
/
{projectID}
Delete a project
curl --request DELETE \
  --url https://api.xata.tech/organizations/{organizationID}/projects/{projectID} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

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 of the organization containing the project

projectID
string
required

Unique identifier of the project to delete

Response

Project successfully deleted