Reject
Reject Process
PATCH
https://biometridon.polygon.pt/api/processes/:id/reject
This endpoint allows you to reject a process.
Path Parameters
Name
Type
Description
id
string
ID of the process to get
Headers
Name
Type
Description
Content-Type
string
application/json
Authorization
string
Authentication user token
{
"data": {},
"meta": {
"message": "Process rejected with success."
},
"status": true
}
// Example
{
"reason": "Rejected reason"
}
Last updated
Was this helpful?