Reject

Reject a request from the current user

post
Path parameters
idstringRequired

ID of the request to reject

Body
Responses
200
Successful response
application/json
Responseany of
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
post
POST /rest/requests/{id}/reject HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 51

{
  "data": {
    "signature": "text",
    "challengeType": "API"
  }
}
{
  "type": "UPDATE_QUORUM",
  "data": {
    "quorum": 1
  },
  "id": "text",
  "legacyId": 1,
  "state": "INITIAL",
  "reviewSteps": [
    {
      "stageName": "text",
      "quorum": 1
    }
  ],
  "currentStepIndex": 1,
  "expiredAt": "2025-06-23T03:31:53.203Z",
  "targetId": "text",
  "reviews": [
    {
      "stepIndex": 1,
      "userId": "text",
      "status": "PENDING",
      "createdAt": "2025-06-23T03:31:53.203Z",
      "updatedAt": "2025-06-23T03:31:53.203Z"
    }
  ],
  "createdAt": "2025-06-23T03:31:53.203Z",
  "updatedAt": "2025-06-23T03:31:53.203Z"
}