/
/Backend API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 14m ago · Updated 2mo ago
  • getGet list of links that initiate login
  • getGet Authenticated User
  • getList all OAuth2 Client Registrations
  • postCreate OAuth2 Client Registration
  • deleteDelete OAuth2 Client Registration
  • getList all AppInstallRequests
  • postAccept an AppInstallRequest
  • postReject an AppInstallRequest
  • postCancel an AppInstallRequest
  • postCreate a License using the AppInstall
  • postCancel an AppInstall
  • getList all AppInstalls
  • getList all Licenses
  • postRenew a License
  • getList all LicenseRenewalRequests
  • postComplete the License Renewal
  • postExpire a License

Delete OAuth2 Client Registration

delete/oauth2/admin/clients/{clientId}

Path parameters

clientIdstring required

The client ID of the registration to delete

Response

OAuth2 Client Registration deleted

Changes