API Reference

Learn how to access UNLOQ end points

DEL /firewalls/:id/target/:target_id

Delete a firewall target for a given rule

DELETE https://api-authenticator.iwelcome.com/v1/firewalls/:id/target/:target_id
Headers:
   Authorization: Bearer {your application API Key}
   Content-Type: application/json
URL parameters
  • id (string, required) - The rule id.
  • target_id (string, required) - The target id.
Result format (200 OK)
{
  "type": "api.application.firewall.target.delete",
  "result": {
    "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.