Removes a form from a transaction.
DELETE
/v2/transactions/{transactionId}/forms/{id}
curl \
--request DELETE 'https://api.pre.transactiondesk.com/v2/transactions/{transactionId}/forms/{id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
"code": 401,
"message": "Unauthorized. The user is not authenticated.",
"details": []
}