Delete project

Delete an existing project

POST
/projects/DeleteProject
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Delete project input

idstring

ID of the object

Response Body

curl -X POST "https://eu1.api.bivariant.com/v1/projects/DeleteProject" \  -H "Content-Type: application/json" \  -d '{    "id": "string"  }'
{
  "id": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}