Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

The ID of the request to deny

Body

application/json

Denial parameters

comment
string
required

Comment for the denial

Example:

"Denied due to insufficient justification"

level
enum<string>

The decision level for the approval

Available options:
REGULAR,
ADMIN
Example:

"REGULAR"

Response

200 - application/json

Request successfully denied

request
object

Request Object

Description

The Request object is used to represent a request.

Usage Example

Returned from the GET Requests endpoint.

Example:
Last modified on July 23, 2026