Company logoTrust Center Documentation
API v1 ReferenceIntegrationsApi keys

Delete API key

Delete an API key by ID. This action cannot be undone and will immediately revoke access for any integrations using this key.

DELETE
/api/v1/integrations/api-keys

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

id*string

The ID of the API key to delete

Formatuuid

Response Body

application/json

application/json

application/json

curl -X DELETE "https://app.orbiqhq.com/api/v1/integrations/api-keys?id=550e8400-e29b-41d4-a716-446655440000"
{
  "success": true,
  "data": {
    "id": "key-123"
  }
}
{
  "success": false,
  "error": "API Key ID is required"
}
Empty
{
  "success": false,
  "error": "API Key not found"
}
Empty

How is this guide?