POST /api/v3/chargebackWorkflowStep/{chargebackWorkflowStepId}/delete

Delete all bills created by a chargeback workflow step If this workflow step was run multiple times, all bills created across all runs for the billing period will be voided If this is a split step, any source bills will be reset to has not been split If any bills have already been exported they will still be deleted

DeleteChargebackWorkflowStepsV3 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
chargebackWorkflowStepId Chargeback Workflow Step ID integer (int32) Required

Query Parameters

Name Description Type Required
billingPeriod Billing period to undo integer (int32) Optional

Responses

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