Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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" } }
UUID of the project to delete
The body is of type object.
object
Successful deletion of the project
Empty object on success
Show child attributes