Deletes the specified form or document from the transaction.
DELETE
/transactions/{transactionId}/documents/{documentId}
curl \
--request DELETE 'https://ws.zipformplus.com/api/transactions/{transactionId}/documents/{documentId}' \
--header "X-Auth-ContextId: $API_KEY"