API referenceClients`DELETE /clients/{id}` — remove the credential.DELETE/clients/{id}Path Parametersid*stringClient idResponse Body204404cURLJavaScriptGoPythonJavaC#Rustcurl -X DELETE "https://example.com/clients/string"204404Empty`POST /clients` — mint a client credential + return its one-time secret. POSTPrevious Page`GET /clients/{id}` — one client, gated on `clients:read`. GETNext Page