Send a delete for a single task identified by taskId
PATCH/v1/task
Send a delete request for an existing approval task.
If a key policy is defined consisting to be approved by 2 out of 3 people, one of the three people can reject his task and the Sign request is still possible.
The endpoint GET v1/request/{id} indicate whether a request (Sign, Decrypt...) is still possible (status == PENDING), you may want to watch out for the three properties (approvedBy, notYetApprovedBy, rejectedBy).
Request
Responses
- 200
- 400
- 403
- 404
- 500
- 501
Successful Operation
Client Error
Request refused
Resource not found
Server Error
Implementation Error