Skip to main content

Delete Acquirer Payment Control

DELETE 

/v1/payment_controls/:type/:id

Delete an acquirer-level payment control. The rule stops being evaluated immediately.

Required permission: payment_controls_delete.

Request

Path Parameters

    type stringrequired

    Possible values: [bin_range, bin_country, pan, fingerprint, ip, ip_country, eci, tds_status]

    The identifier type of the rules to operate on.

    id uuidrequired

    Payment control UUID.

Responses

Deleted. No content.

Loading...