الانتقال إلى المحتوى الرئيسي
DELETE
/
projects
/
{projectId}
Delete a project
curl --request DELETE \
  --url https://api.youka.io/api/v1/projects/{projectId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

التفويضات

Authorization
string
header
مطلوب

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

الترويسات

Idempotency-Key
string

معلمات المسار

projectId
string
مطلوب

الاستجابة

200 - application/json

Project deleted

success
boolean
مطلوب