/
/jsr API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 5d ago
  • postCreate a new scope
  • getGet scope details
  • deleteDelete scope
  • patchUpdate scope
  • getList scope members
  • postAdd scope member
  • deleteRemove scope member
  • patchUpdate scope member
  • getList scope invites
  • deleteDelete scope invite
  • getList packages
  • getList scope packages
  • postCreate a new package
  • getGet package details
  • deleteDelete package
  • patchUpdate package
  • getList package dependents
  • getList package versions
  • getGet package version details
  • postCreate a new package version
  • patchUpdate package version
  • getList the dependencies of a package version
  • getGet authenticated user's details
  • getList authenticated user's scopes
  • getGet authenticated user's scope member details
  • getList authenticated user's scope invites
  • postAccept scope invite
  • deleteDecline scope invite
  • getGet user details
  • getList user's scopes
  • postCreate authorization
  • getGet authorization details
  • postApprove authorization
  • postDeny authorization
  • postExchange authorization code for access token
  • getGet publishing task details
  • getGet stats

Deny authorization

Denies an authorization

post/authorizations/deny/{code}

Path parameters

codestring required

The code of the authorization

Response

OK, no content

Changes