v10

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-0582185581.9 KB
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"
}