cURL
curl --request DELETE \ --url http://localhost:3000/api/v1/proposals/{id} \ --cookie nut-session=
{ "success": true, "data": {} }
Delete a proposal
Session cookie authentication
Proposal ID
Proposal deleted