The path parameter is not a valid ID. IDs are numeric strings.
{ "error": "unauthenticated" }
Missing or invalid session cookie, API key, or bearer token.
{ "error": "not_found" }
No API key with this ID exists on your account, or it has already been revoked.
{ "error": "rate_limit_exceeded", "message": "Too many requests. Try again later.", "retryAfter": 60 }
Too many requests. Wait for the Retry-After header before retrying.
Revocation is immediate and permanent. All requests using the revoked key will return 401 Unauthenticated. This action cannot be undone. Create a new key if needed.
Use a dashboard session cookie, API key, or OAuth bearer token for the same account. If you revoke the API key used for this request, later requests with that key return 401 Unauthenticated.Related:Create API Key · List API Keys