OpenAPI 3.0.0raw.githubusercontent.com2026-08-1291215647.5 KB

11f5086fcbb8

OAuth Apps

Delete OAuth app

Soft-deletes an OAuth app. The app is flagged isDeleted=true on the OAuthApp document, removed from list/get responses for every caller, and all of its access and refresh tokens are revoked in the same operation. There is no restore endpoint — deletion is final.

Creator-only: even org admins cannot delete apps owned by other users.

delete/oauth-clients/{appId}

Path parameters

appIdstring required

OAuth app ID

Response

OAuth app deleted

messagestring

Example response

{
  "message": "OAuth app deleted successfully"
}