Bulk Delete Form or Document Requests
DELETE/public-api/v1/pactvera/delete-form-document-requests
EndPoint Description : Removes multiple form or document requests from a Pactvera in a single operation during the edit phase.
Details :
- Accepts an array of items, each with type (FORM or DOCUMENT) and the corresponding request id.
- Only allowed while the parent Pactvera is in DRAFT or TEMPLATE state.
- Changes are audited with the caller's IP address.
- Returns a boolean indicating whether all deletions succeeded.
Request
Responses
- 200
- 401
- 500
Delete form request successfully
Unauthorized – Invalid or missing token.
Internal Server Error