Skip to main content

Deactivate an automatic withdrawal plan.

Path Parameters
id string — REQUIRED

ID of the automatic withdrawal plan to deactivate.

Responses
200

Success. Returns the deactivated automatic withdrawal plan.

Schema
entity string
items object
id uuid
minBtcThreshold number
isActive boolean
isCanceled boolean
createdAt date-time
walletId uuid
400

Automatic withdrawal is already deactivated.

401

Access token is missing or invalid, or access is out of scope.

404

Automatic Withdrawal plan not found or inaccessible for the authenticated user/vendor.