Bem-vindo ao nosso novo hub de docs! Central de Ajuda + Docs para Desenvolvedores em um só lugar.
cURL
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" } }
Bearer token authentication via Auth0. Users authenticate through Auth0 Universal Login. Include the access token in the Authorization header: Authorization: Bearer <token>
Authorization: Bearer <token>
The workspace ID
^ws_[a-z0-9]+$
API key revoked successfully
Suggestions
Contact support