Skip to main content
DELETE
Remove an address from a fee-wrapper allowlist
Removing a customer blocks new deposits but preserves withdrawals from an existing position.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required
address
string
required

Response

Already confirmed.

status
enum<string>
required
Available options:
confirmed,
submitted
transactionHash
string | null