मुख्य सामग्री पर जाएं
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
आवश्यक