Skip to main content
DELETE
/
api
/
management
/
projects
/
{id}
Deletar 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

Example:

"<string>"

Response

Response de sucesso

response
string
Example:

"<boolean>"