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

Autorisierungen

Authorization
string
header
erforderlich

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

Header

Idempotency-Key
string

Pfadparameter

projectId
string
erforderlich

Antwort

200 - application/json

Project deleted

success
boolean
erforderlich