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

Autorizaciones

Authorization
string
header
requerido

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

Encabezados

Idempotency-Key
string

Parámetros de ruta

projectId
string
requerido

Respuesta

200 - application/json

Project deleted

success
boolean
requerido