Skip to main content
DELETE
/
api
/
management
/
projects
/
{project}
/
loose-checklist
/
{loose_checklist}
Remover checklist avulso do projeto
curl --request DELETE \
  --url https://api.olie.ai/api/management/projects/{project}/loose-checklist/{loose_checklist} \
  --header 'Authorization: Bearer <token>'
{
  "response": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.olie.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Headers

Authorization
string

Path Parameters

project
string
required
loose_checklist
string
required

Response

200 - application/json

Sucesso

response
boolean