Skip to main content
DELETE
/
api
/
v1
/
oauth-apps
/
{id}
Delete OAuth app
curl --request DELETE \
  --url https://api.example.com/api/v1/oauth-apps/{id} \
  --header 'Authorization: Bearer <token>'
{
  "code": "BAD_REQUEST",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<MeteroidId>
required

OAuth app ID

Example:

"app_7n42DGM5Tflk9n8mt7Fhc7"

Response

Deleted