Skip to main content
DELETE
/
v1
/
clients
/
{id}
curl -X DELETE https://api.whatabot.app/api/v1/clients/{id} \
  -H "X-Api-Key: wh_your_api_key"

Documentation Index

Fetch the complete documentation index at: https://docs.whatabot.app/llms.txt

Use this file to discover all available pages before exploring further.

Delete an OAuth client.
X-Api-Key
string
required
Your API key (prefixed with wh_).
id
string
required
Client ID.
curl -X DELETE https://api.whatabot.app/api/v1/clients/{id} \
  -H "X-Api-Key: wh_your_api_key"