v1

latestOpenAPI 3.0.22026-07-1319091298.3 KB
keys

Delete an API key

Delete an existing API key

delete/keys/{id}

Path parameters

idstring required

The ID of the API key to delete

Response

The deleted APIKey object

idstring

Unique ID of the API key

namestring

Name of the API key to help identify it. This could be the name of the app or team that will be using it, or a short description of what the key will be used for

descriptionstring

Description of the API key

organization_idstring

ID of the organization that owns the API key

created_atstring

Creation date of the API key (ISO8601)

enabledboolean

Status of the API key. A disabled API key cannot be used for obtaining a token. Already issued tokens remain valid until their expiration.

is_internalboolean

Marks an API key as internal. These keys are managed by Didomi. Internal keys are excluded from list results unless explicitly requested.