Pular para o conteúdo principal
DELETE
/
api
/
v1
/
me
/
active-business
Clear the caller's active business
curl --request DELETE \
  --url https://api.izap.ai/api/v1/me/active-business \
  --header 'Authorization: Bearer <token>'
{
  "active_business_id": null
}

Autorizações

Authorization
string
header
obrigatório

JWT access token obtained from POST /api/v1/auth/jwt/login, the OAuth token endpoint, or a business-scoped API token. Some Business/Chat/Template/Scheduling endpoints alternatively accept HTTP Basic credentials scoped to the business slug.

Resposta

Active business cleared.

active_business_id
string<uuid> | null