Logo
Cisco Secure Endpoint API Documentation

6-Delete Top group by GUID

DELETE https://{{amp4e_APIhost}}/v1/groups/{{amp4e_GroupGUID_top}}

Delete the group generated by API.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://amp4e_APIhost/v1/groups/amp4e_GroupGUID_top' -F '{"name"=>"name", "value"=>"API-generated-Top", "datatype"=>"string"}=' -F '{"name"=>"description", "value"=>"This group has been generated by the API", "datatype"=>"string"}='

ENDPOINTS