跳转到主要内容
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
必填