Suggestions API

Are the suggestion forms of the API.

Destroy suggestions

DELETE /v1/suggestions/:id

Request

Headers

Accept: application/json
Content-Type: application/json
Host: example.org
Cookie: 

Route

DELETE /v1/suggestions/50

cURL

curl "https://api.portalmec.c3sl.ufpr.br/v1/suggestions/50" -d '' -X DELETE \
	-H "Accept: application/json" \
	-H "Content-Type: application/json"

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Content-Type: text/plain; charset=utf-8
Vary: Origin
ETag: W/"36a9e7f1c95b82ffb99743e0c5c4ce95"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 6315f2d2-0d4f-4fa5-a701-502e21789156
X-Runtime: 0.004884
Content-Length: 1

Status

200 OK

Body

[binary data]