Delete a Manual Charge

You can delete a manual charge by ID using the following endpoint:

DELETE https://example-gotransverse.com/billing/2/manual-charges/{id}

Considerations

Consider the following when deleting a manual charge:

  • Only manual charges with a DRAFT status can be deleted.

  • Once a manual charge has been deleted, it can no longer be retrieved.

Before You Start

You will need the following when deleting a manual charge:

  • The id of the manual charge entity to delete as the endpoint's {id} path parameter.

Response

204 — Successful request. No content returned.

 

 

 

Topic Updated: 11/2023.