analytics group deletion

Multiple analytics groups are added to management server. please let me know how to delete those ?, when i treid to delete the group getting error as below

curl: (35) SSL received a record that exceeded the maximum permissible length.

0 4 269
4 REPLIES 4

curl -u admin -X DELETE "https://10.180.0.17:8080/v1/analytics/groups/ax/axgroup001/scopes?org_name=kav&env_name=prod" -H "Content-Type: application/json"

Not applicable

Hello,

Thank you. 🙂

this documents talks about the deleting of analytics components from analytics group. but i need to delete analytics group itself.

NOTE: i have removed all the components from the group.

Regards,

Kavya G M

you can use

curl -X DELETE -u adminEmail:pword "http://ms-IP:8080/v1/analytics/groups/ax/groupname"