Connectors
...
Actions
Access Layer - Delete
5 min
description removes a specified access layer from check point r80 using the 'name' parameter endpoint url /web api/delete access layer method post inputs json body (object) – required json body name (string) – required object name output example \[ { "status code" 200, "response headers" { "date" "tue, 27 dec 2022 16🕛05 gmt", "server" "cpws", "strict transport security" "max age=31536000; includesubdomains", "x frame options" "sameorigin", "content type" "application/json", "x ua compatible" "ie=emulateie8", "x forwarded host port" "443", "keep alive" "timeout=15, max=99", "connection" "keep alive", "transfer encoding" "chunked" }, "reason" "ok", "json body" { "message" "ok" } } ] output parameters status code (number) reason (string) json body (object) message (string) response headers header type date string server string strict transport security string x frame options string content type string x ua compatible string x forwarded host port string keep alive string connection string transfer encoding string