v1

latestOpenAPI 3.1.02026-08-046031.9 KB
Team Management

Delete API Key

Deletes an API key. Only API keys belonging to the authenticated team can be deleted.

delete/api-keys/{id}

Path parameters

idstring required

The unique identifier of the API key to delete.

Response

API key deleted successfully

successboolean

Example response

{
  "success": true
}