/
/Urantia Papers API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 4h ago · Updated 2w ago
Admin2
Audio1
Auth13
  • getGet public app info
  • deleteDelete an OAuth app (owner-only)
  • patchUpdate an OAuth app (owner-only)
  • getList OAuth apps owned by the authenticated user
  • postRegister a new OAuth app
  • getCheck if the user has already consented to an app's scopes
  • postCreate an authorization code (authenticated user)
  • postExchange authorization code for tokens
  • postExchange a refresh token for a new access token + refresh token
  • postRotate the app secret (owner-only)
  • getGet app logo image (public)
  • postUpload an app logo (owner-only, max 2MB, PNG/JPEG/WebP)
  • deleteRemove an app logo (owner-only)
Bible6
Bookmarks4
Citation1
Embeddings2
Entities3
Languages1
Notes4
OG Images1
Papers3
Paragraphs3
Preferences2
Reading Progress3
Search4
Table of Contents1
Tools2
User2
    Auth

    Delete an OAuth app (owner-only)

    delete/auth/apps/{id}

    Path parameters

    idstring required

    Response

    App deleted

    Changes