Delete Form or Document Request
DELETE/public-api/v1/pactvera/:type/:id
EndPoint Description : Removes a single form or document request from a Pactvera during the edit phase.
Details :
- Requires type (FORM or DOCUMENT) and id as path parameters.
- Requires userId in the request body identifying the acting user.
- Only allowed while the parent Pactvera is in DRAFT or TEMPLATE state.
- Changes are audited with the caller's IP address.
Request
Responses
- 200
- 401
- 500
Delete form request successfully
Unauthorized – Invalid or missing token.
Internal Server Error