cURL
curl --request DELETE \ --url https://api.olie.ai/api/management/projects/{id} \ --header 'Authorization: Bearer <token>'
{ "response": "<boolean>" }
Deleta um projeto pelo ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID do projeto
"<string>"
Response de sucesso
"<boolean>"
Was this page helpful?