API Reference

Learn how to access UNLOQ end points

DEL /firewalls/:id

Delete a single firewall entity

DEL https://api-authenticator.iwelcome.com/v1/firewalls/:id
Headers:
   Authorization: Bearer {your application API Key}
   Content-Type: application/json
URL parameters
  • id (string, required) - The firewall id to be deleted.
Result format (200 OK)
{
  "type": "api.application.firewall.delete",
  "meta": {
    "deleted": true
  }
}
      

Have a question? You can always send us an email at support@unloq.io, or contact us on chat.

For security related concerns, please visit our Security page.