Acontext
AdminV1ProjectProject_id

Delete a project

DELETE
/admin/v1/project/{project_id}

Delete a project by ID

Path Parameters

project_id*string

Project ID

Formatuuid

Response Body

application/json

application/json

application/json

curl -X DELETE "https://loading/api/v1/admin/v1/project/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "code": 0,
  "error": "string",
  "msg": "string"
}
{
  "code": 0,
  "error": "string",
  "msg": "string"
}
{
  "code": 0,
  "error": "string",
  "msg": "string"
}