Skip to main content

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

Delete form request successfully