API ReferenceProjects API
Delete project
Soft-delete a project
Authorization<token>
Type "Bearer" followed by a space and JWT token.
In: header
Path Parameters
project_idstring
Project ID
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://loading/v1/projects/string"{
"deleted": true,
"id": "string",
"object": "string"
}{
"code": "string",
"error": "string",
"message": "string",
"request_id": "string"
}{
"code": "string",
"error": "string",
"message": "string",
"request_id": "string"
}{
"code": "string",
"error": "string",
"message": "string",
"request_id": "string"
}