Skip to main content
DELETE
/
api
/
management
/
invites
/
{invite}
Deletar convite
curl --request DELETE \
  --url https://api.olie.ai/api/management/invites/{invite} \
  --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.

Path Parameters

invite
string
required

Response

Sucesso

response
boolean