Connectors
...
Actions
Domain - Delete
5 min
description removes a specified domain from check point r80 using the provided unique identifier (uid) endpoint url /web api/delete dns domain method post inputs json body (object) – required json body uid (string) – required unique object identifier output example \[ { "status code" 200, "response headers" { "date" "fri, 30 dec 2022 15 47 38 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