Skip to main content
DELETE
/
v1
/
api
/
oauth
/
apps
/
{client_id}
Delete an OAuth app
curl --request DELETE \
  --url https://api.hq.zone/v1/api/oauth/apps/{client_id} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true
}

Authorizations

Authorization
string
header
required

Personal Access Token. Send as Authorization: Bearer hq_pat_....

Path Parameters

client_id
string
required

OAuth client id to disable

Response

Disabled

deleted
boolean
required