Skip to main content
Apps (BYOK)

Delete an OAuth app

Deletes the app. Blocked with 409 while active integrations are still connected under it — those integrations rely on the app for token refresh. Disconnect or reconnect them first.

DELETE/v1/apps/{id}

Authorization

accessKey
x-access-key<token>

In: header

Path Parameters

id*string

OAuth app ID

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/apps/string"
{
  "success": true,
  "message": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}