Reject an approval task
POST/approvals/:code/tasks/:id/reject
Rejects a specific approval task within a purchase request approval workflow
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 429
- 500
Task rejected successfully
Bad request - missing parameters
Unauthorized
Forbidden - request denied by authorization, or blocked by the API firewall
Task not found
Conflict - the task or its plan has already been decided
Too many requests - rate limited by the API firewall; wait out the Retry-After delay before retrying
Response Headers
Retry-After
Delay in seconds a client must wait before retrying the request
Internal server error