Delete a charge (charges.delete) [autoAlias]
DELETE/api/v1/charges/:chargeId
Deletes a specific charge. This is a soft-delete, the charge object will still be available but will be marked with a deletion date and all the installments will be marked as canceled
Request​
Responses​
- 200
- 400
- 401
- 403
- 404
- 408
- 422
- 500
Error in the request.
Not authorized, a valid access api key is required.
Access to the specified resource is forbidden. Seek the required permissions.
Document or entity not found.
The service timed out while processing the request.
Unable to process the request content given the request type.
There was an error.