DELETE
/
v1
/
core
/
oauth
/
apps
/
{clientId}
curl --request DELETE \
  --url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/core/oauth/apps/{clientId}
{
  "clientId": "<string>"
}

Path Parameters

clientId
string
required

Response

200 - application/json

Delete an OAuth application by id.

The response is of type object.