DELETE
/
account
/
{id}
Account
curl --request DELETE \
  --url https://cashboard-f5x2.onrender.com/account/{id}
{
  "status": "success",
  "message": "Account successfully deleted"
}

Path Parameters

id
string
required

required

Query Parameters

user
string

required

Response

200
application/json

OK

The response is of type object.