Skip to main content
DELETE
/
api
/
management
/
projects
/
{id}
Deletar um projeto
curl --request DELETE \
  --url https://api.olie.ai/api/management/projects/{id} \
  --header 'Authorization: Bearer <token>'
{
  "response": "<boolean>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID do projeto

Response

Resposta de sucesso

response
boolean
Example:

true