For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
SupportDashboard
GuidesAPI Reference
GuidesAPI Reference
  • Endpoints
      • POSTCreate an API key
      • GETList API keys
      • GETGet an API key
      • DELDeactivate an API key
LogoLogo
SupportDashboard
EndpointsAPI Keys

Deactivate an API key

DELETE
/api-keys/:api_key_id
DELETE
/api/v1/api-keys/:api_key_id
$curl -X DELETE https://tryenvoy.ai/api/v1/api-keys/api_key_id \
> -H "Authorization: Bearer <token>"
1{}

Deactivate an API key (soft delete). The key cannot be used for authentication after deactivation.

Authentication: Bearer token required.

Was this page helpful?
Previous

Create a load

Next
Built with

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

api_key_idstringRequiredformat: "uuid"

Headers

X-Organization-IDstring or nullOptional

Response

Successful Response

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error