Miracle Docs
Merchant withdrawal methods

Soft delete merchant withdrawal method

Marks a saved withdrawal method as deleted. The record is preserved for audit (soft delete) but cannot be used for new withdrawals. Does not affect withdrawals already in flight that reference this method.

DELETE
/v1/merchant-withdrawal-methods/{id}
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

curl -X DELETE "https://api.miracle.com/v1/merchant-withdrawal-methods/string"
Empty
Empty

On this page