BillingCharges

Delete Charge

Delete a charge by ID

Charges can only be deleted if they are not invoiced.

DELETE
/shipos/charges/{charge_id}
x-access-token<token>

In: header

Path Parameters

charge_id*string

The ID of the charge to delete

Response Body

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X DELETE "https://example.com/shipos/charges/string"
Empty