Skip to main content
DELETE
/
api
/
v1
/
task
/
projects
/
{projectId}
Delete Project
curl --request DELETE \
  --url https://api.xenia.team/api/v1/task/projects/{projectId} \
  --header 'Content-Type: application/json' \
  --header 'workspace-id: <workspace-id>' \
  --header 'x-client-key: <api-key>' \
  --header 'x-client-secret: <api-key>' \
  --data '{}'
{
  "data": {},
  "extra_meta": {
    "message": "Project has been deleted"
  }
}

Authorizations

x-client-key
string
header
required
x-client-secret
string
header
required

Headers

workspace-id
string<uuid>
required

Path Parameters

projectId
string<uuid>
required

UUID of the project to delete

Body

application/json

The body is of type object.

Response

Successful deletion of the project

data
object

Empty object on success

extra_meta
object