🔨 In Development — This section is still being developed and may change.
Soft-delete an organization API key. Deleted keys remain visible in audit logs and listing responses (marked as deleted) but can no longer be used for authentication.
DELETEhttps://api.freddy.aitronos.com/v1/organizations/{organization_id}/api/{api_key_id}
organization_id string required
Organization scope.
api_key_id string required
Identifier of the API key (prefixed with apk_).
No content. The key is marked as deleted and cannot be used for future requests.