Delete Pactvera
DELETE/public-api/v1/pactvera/:id
EndPoint Description : Permanently deletes a Pactvera that has not yet been sent to recipients.
Details :
- Requires the Pactvera id as a path parameter and userId in the request body.
- Deletion is allowed only when the Pactvera is in DRAFT or TEMPLATE state.
- Prevents removal of Pactvera records with active or completed workflows.
- Returns confirmation of the deletion operation.
Request
Responses
- 200
- 401
- 500
Delete Pactvera successfully
Unauthorized – Invalid or missing token.
Internal Server Error