API Key Endpoints
Delete API Keys
Delete an existing API key for the user.
POST
OpenMind allows you to manage your API keys for accessing various services. This endpoint enables you to delete an existing API key associated with your account.
The JWT token is generated with Clerk and is used to authenticate your requests. Ensure you have the necessary permissions to access this endpoint.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200
application/json
API key deleted successfully
The response is of type object
.