Logo
Adyen APIs API Documentation

Delete a split configuration rule

DELETE {{baseUrl}}/merchants/:merchantId/splitConfigurations/:splitConfigurationId/rules/:ruleId

Deletes the split configuration rule specified in the path. To make this request, your API credential must have the following role: * Management API - SplitConfiguration read and write

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





Curl
curl -X DELETE 'https://management-test.adyen.com/v3/merchants/:merchantId/splitConfigurations/:splitConfigurationId/rules/:ruleId' -H 'Accept: application/json'

ENDPOINTS