delete https://example.com/host-store/api/v1/hosts/
Delete a single host from the host store
Log in to see full request history
Responses
200Host successfully deleted
Delete a single host from the host store
200Host successfully deleted
xxxxxxxxxx
curl --request DELETE \
--url https://example.com/host-store/api/v1/hosts/host_id \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json'
Try It!
to start a request and see the response here!