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"
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"