Cancel Pactvera
PATCH/public-api/v1/pactvera/cancel
EndPoint Description : Cancels an in-progress Pactvera and terminates all related workflow processing.
Details :
- Requires pactveraId and userId of the acting user.
- Updates the Pactvera status to CANCELLED.
- Propagates cancellation to related form requests, document requests, tasks, and data records.
- Only applicable to Pactvera records that are currently in progress.
Request
Responses
- 200
- 401
- 500
Pactvera has been successfully Cancelled.
Unauthorized – Invalid or missing token.
Internal Server Error