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"
}
}Revoke API Key
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"
}
}Authorizations
Bearer token authentication via Auth0. Users authenticate through Auth0 Universal Login. Include the access token in the Authorization header: Authorization: Bearer <token>
Path Parameters
The workspace ID
Pattern:
^ws_[a-z0-9]+$Response
API key revoked successfully
Last modified on May 18, 2026
⌘I