Skip to content

Users_delete

Luigi Minardi edited this page Mar 3, 2022 · 2 revisions

Return to Users

Delete user with given pk

Delete user 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": "User with id 2 was deleted."
}