Management

Delete an OAuth client

Requires the clients:write scope.

DELETE
/v1/oauth/clients/{id}

Authorization

x-api-key<token>

Anthropic-style API key header.

In: header

Path Parameters

id*string

The client's public client_id (e.g. brc_…).

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://api.bitrouter.ai/v1/oauth/clients/string"
{}
{
  "error": null
}
{
  "error": null
}
{
  "error": null
}

How is this guide?