Delete Wallet

Must be authorized to call these APIs

Deletes wallets

DELETE https://example.com/wp-json/rimplenet/v1 /wallets/<wallet_id>

Inputted wallet ID gets deleted.

To view request params, click on the arrow (>) at the right-hand side of the endpoint URL to expand or collapse

Sample response

{
    "status_code": 200,
    "status": true,
    "message": "w wallet deleted",
    "data": [
        "Operation completed"
    ]
}

Last updated