Remove a payment from a file.
The request body is of type RemovePayment.
Request Body Parameters
| Name | Description | Data Type |
| p_APICode | The API code of the site. This can be found through your Sertifi web interface under Administration -> Account Settings. | xml:string |
| p_FileID | The id of the relevant file. | xml:string |
| paymentId | The id of the payment to remove. | xml:string |

The response body is of type RemovePaymentResponse.
Response Body Parameters
| Name | Description | Data Type |
| RemovePaymentResult | "SUCCESS" or error message. | xml:string |
