Delete a Proposal

DELETE/api/proposals/{id}

Headers

FieldTypeDescription
authtoken String Authentication token, generated from admin area

Parameters

FieldTypeDescription
id Number Proposal unique ID.
curl -X DELETE "https://yoursite.com/api/proposals/123" \
  -H "authtoken: YOUR_API_TOKEN"

Success-Response:

HTTP/1.1 200 OK
{
  "status": 200,
  "messages": {"success": "Proposal Deleted Successfully."}
}
MethodDELETE
Path/api/proposals/{id}
GroupProposals
Sincev1.0.0
Defined inRestApi/Controllers/ProposalsController.php