Skip to content

Delete a specific wallet

DELETE
/wallets/{id}
curl --request DELETE \
--url http://localhost:8000/api/v1/wallets/1 \
--header 'Authorization: Bearer <token>'
id
required
integer

Wallet deleted successfully

Unauthorized

Wallet not found

Server error