Revoke API key
curl --request DELETE \
--url https://app.alana.shopping/api/workspace/{workspaceId}/api-keys/{keyId} \
--header 'Authorization: Bearer <token>'{
"error": "UNAUTHORIZED",
"details": {
"message": "Missing or invalid authentication token"
}
}Revogar Chave de API
DELETE
/
api
/
workspace
/
{workspaceId}
/
api-keys
/
{keyId}
Revoke API key
curl --request DELETE \
--url https://app.alana.shopping/api/workspace/{workspaceId}/api-keys/{keyId} \
--header 'Authorization: Bearer <token>'{
"error": "UNAUTHORIZED",
"details": {
"message": "Missing or invalid authentication token"
}
}Autorizações
Bearer token authentication via Auth0. Users authenticate through Auth0 Universal Login. Include the access token in the Authorization header: Authorization: Bearer <token>
Parâmetros de caminho
The workspace ID
Pattern:
^ws_[a-z0-9]+$Resposta
API key revoked successfully
Última modificação em 18 de maio de 2026
⌘I