blob: 29135e00c943f667f4cbe1812f5acf9c59b83669 [file] [log] [blame]
Vinay Vishal7c4c4fc2019-01-28 12:01:04 +05301type=page
2status=published
3title=delete-http
4next=delete-http-health-checker.html
5prev=delete-file-user.html
6~~~~~~
7delete-http
8===========
9
10[[delete-http-1]][[GSRFM00077]][[delete-http]]
11
12delete-http
13-----------
14
15removes HTTP parameters from a protocol
16
17[[sthref691]]
18
19Synopsis
20
21[source,oac_no_warn]
22----
23asadmin [asadmin-options] delete-http [--help]
24[--target target]
25protocol-name
26----
27
28[[sthref692]]
29
30Description
31
32The `delete-http` subcommand removes the specified HTTP parameter set
33from a protocol. This subcommand is supported in remote mode only.
34
35[[sthref693]]
36
37Options
38
39asadmin-options::
40 Options for the `asadmin` utility. For information about these
41 options, see the link:asadmin.html#asadmin-1m[`asadmin`(1M)] help page.
42`--help`::
43`-?`::
44 Displays the help text for the subcommand.
45`--target`::
46 Deletes the HTTP parameter set only from the specified target. Valid
47 values are as follows: +
48 `server`;;
49 Deletes the HTTP parameter set from the default server instance.
50 This is the default value.
51 configuration-name;;
52 Deletes the HTTP parameter set from the specified configuration.
53 cluster-name;;
54 Deletes the HTTP parameter set from all server instances in the
55 specified cluster.
56 standalone-instance-name;;
57 Deletes the HTTP parameter set from the specified standalone server
58 instance.
59
60[[sthref694]]
61
62Operands
63
64protocol-name::
65 The name of the protocol from which to delete the HTTP parameter set.
66
67[[sthref695]]
68
69Examples
70
71[[GSRFM546]][[sthref696]]
72
73Example 1   Deleting an HTTP Parameter Set
74
75The following command deletes the HTTP parameter set from a protocol
76named `http-1`:
77
78[source,oac_no_warn]
79----
80asadmin> delete-http http-1
81Command delete-http executed successfully.
82----
83
84[[sthref697]]
85
86Exit Status
87
880::
89 command executed successfully
901::
91 error in executing the command
92
93[[sthref698]]
94
95See Also
96
97link:asadmin.html#asadmin-1m[`asadmin`(1M)]
98
99link:create-http.html#create-http-1[`create-http`(1)]
100
101