v8

latestOpenAPI 3.0.2raw.githubusercontent.com2025-07-05181151306.2 KB
User

Delete API Key

Delete an API key for the currently logged in user

delete/v1/user/apikey/{api_key_id}

Path parameters

api_key_idstring uuid required

The UUID of the API key to delete

Response

Successfully deleted the API key

metadataobject

Additional metadata

datastring

Example response

{
  "data": "API Key Deleted"
}