Skip to main content
DELETE
/
api
/
v1
/
proposals
/
{id}
Delete proposal
curl --request DELETE \
  --url http://localhost:3000/api/v1/proposals/{id} \
  --cookie nut-session=
{
  "success": true,
  "data": {}
}

Authorizations

nut-session
string
cookie
required

Session cookie authentication

Path Parameters

id
string
required

Proposal ID

Response

Proposal deleted

success
boolean
required
data
object