Skip to content

Orders_delete

Luigi Minardi edited this page Mar 3, 2022 · 1 revision

Return to Orders

Delete order with given pk

Delete order with specified pk from database.

Endpoint: /:pk
Request:

This endpoint need login.

This endpoint is Admin Only.

After beign logged in as an administrator, go to the endpoint and you'll get the response.

If you're using postman or insomnia to check the API remember to put the token of the logged user on the header, as Authorization: Bearer <token>.

Response Body:
Response code: 200
{
	"msg": "Order with id 1 was deleted."
}