curl --request POST \
--url http://localhost:3333/v1/tasks/{taskId}/reject \
--header 'X-API-Key: <api-key>'Reject a task that is in review. Only the assigned approver can reject. Reverts status to the previous status and creates an audit comment.
curl --request POST \
--url http://localhost:3333/v1/tasks/{taskId}/reject \
--header 'X-API-Key: <api-key>'Was this page helpful?