Skip to main content
DELETE
/
projects
/
{projectId}
Delete a project
curl --request DELETE \
  --url https://api.youka.io/api/v1/projects/{projectId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Idempotency-Key
string

Path Parameters

projectId
string
required

Response

200 - application/json

Project deleted

success
boolean
required