Delete a Firewall
- Name
delete
- Type
- /v1/firewalls
- Description
Send a
DELETE
request to delete a firewall.
Example
curl -X DELETE "https://api.simplystack.com/v1/firewalls/c85b4c53-4b37-4163-b8fa-a6d88b78eda8" \
-H "Content-Type: application/json" \
-H "Authorization: Token d359ad9cc9422b5ff07aede0cd2707da4ff82be0" \
Response
Response to DELETE
to /v1/firewalls/:uuid
will not return any results, only the message (204 No Content) which indicates that the deletion was successful.