Skip to main content
DELETE
/
v1
/
core
/
oauth
/
apps
/
{clientId}
Delete an OAuth application by id.
curl --request DELETE \
  --url https://api.example.com/v1/core/oauth/apps/{clientId} \
  --header 'Authorization: Bearer <token>'
{
  "clientId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

clientId
string
required

Response

200 - application/json

Delete an OAuth application by id.

clientId
string
required