api_keys
Revoke API key
Revoke a specific API key by its ID.
Args: api_key_id: The ID of the API key to revoke.
Returns: ApiKey: The response containing the details of the revoked API key.
post/v1/api-keys/{api_key_id}/revoke
Path parameters
api_key_idstring uuid required
The ID of the API key to revoke
The ID of the API key to revoke
Response
The revoked API key details
Changes
Changed in 1 of the 17 revisions of this API.12
- ▲
the
response property const valuestorewas removed for the statusresponse-property-const-removed
- ●
added the new
completionsenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
storeenum value to the////response property for the response statusresponse-property-enum-value-added
- ▲