Skip to content

Delete a specific party

DELETE
/parties/{id}
curl --request DELETE \
--url http://localhost:8000/api/v1/parties/1 \
--header 'Authorization: Bearer <token>'
id
required
integer

Party deleted successfully

Unauthorized

Party not found

Server error