Skip to main content
POST
/
auth
/
logout
cURL
curl --request POST \
  --url https://api.example.com/auth/logout
{
  "message": "Logout realizado com sucesso"
}

Documentation Index

Fetch the complete documentation index at: https://docs.domsoftware.com.br/llms.txt

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

Requer que o usuário esteja autenticado.

Response

{
  "message": "Logout realizado com sucesso"
}

Response

201 - undefined