POST /api/v3/chargebackTask/{taskId}/delete

Delete all bills created by the chargeback task If this is a split task, any source bills will be reset to has not been split If any bills have already been exported they will still be deleted

DeleteChargebackTaskV3 Permissions: ChargebackReversals (Manage)

Request Headers

Header Value Required Description
ECI-ApiKey string Yes Your API key. See Authentication.
Content-Type application/json Yes All requests must specify JSON content type, including the request body.

Path Parameters

Name Description Type Required
taskId Identifier for the chargeback task integer (int32) Required

Responses

204 No Content The request succeeded. No content is returned in the response body.