Skip to main content
DELETE
/
api
/
v1
/
auth
/
wallet
/
id
/
{id}
/
soft
Soft delete wallet
curl --request DELETE \
  --url https://crypto.westminister.tech/api/v1/auth/wallet/id/{id}/soft \
  --header 'Authorization: Bearer <token>'
{
  "message": "Wallet soft deleted successfully"
}

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

Wallet ID.

Response

200 - application/json

Wallet soft deleted

message
string