Delete a scheduled or pending transfer limit
delete/balancePlatforms/{id}/transferLimits/{transferLimitId}
Delete a scheduled or pending transfer limit using its unique transferLimitId
. You cannot delete an active limit.
Endpoint destination URL
https://balanceplatform-api-test.adyen.com/bcl/v2/balancePlatforms/{id}/transferLimits/{transferLimitId}
Click to copy
idstringRequired
The unique identifier of the balance platform.
transferLimitIdstringRequired
The unique identifier of the transfer limit.
After submitting a call, you receive a response message to inform you that your request was received and processed.
Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.
HTTP Responses
204 - No Content
The request has succeeded.
404 - Not found
One of the transfer limits could not be found.
422 - Unprocessable Content
A request validation error.