Delete an API key.
curl --request DELETE \ --url https://api.venice.ai/api/v1/api_keys \ --header 'Authorization: Bearer <token>'
{ "success": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the API key to delete
OK
The response is of type object.
object