Logo
Adyen APIs API Documentation

Delete a payout setting

DELETE {{baseUrl}}/merchants/:merchantId/payoutSettings/:payoutSettingsId

Deletes the payout setting identified in the path. Use this endpoint if your integration requires it, such as Adyen for Platforms Manage. Your Adyen contact will set up your access. To make this request, your API credential must have the following roles: * Management API—Payout account settings 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/payoutSettings/:payoutSettingsId' -H 'Accept: application/json'

ENDPOINTS