Deleting a Custom Configuration Channel

Prev Next

To delete a custom configuration channel:

  • Use the API to request the custom configuration channel be deleted. Here is a sample cURL request.

    curl 'http://<HX_IP_address>:<port_number>/hx/api/v3/host_policies/channels/<channel ID>' -X 'DELETE' -H 'X-FeApi-Token: <API_token>'

    The channel ID is shown in the response body to the original creation request and can be obtained using the GET https://<HX_IP_address>:<port_number>/hx/api/v3/host_policies/channels API endpoint.

    For complete information on API custom configuration channel endpoints, see the Endpoint Security (HX) REST API Guide.