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

Path Parameters

id
string
required

Query Parameters

user
string

Response

200
application/json

OK

The response is of type object.