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