Member since
04-04-2020
1
Post
0
Kudos Received
0
Solutions
04-04-2020
07:51 AM
Hi , DELETE:
curl --insecure -u admin:<password> -H
'X-Requested-By: ambari' -X DELETE https://ambarihostname:8080/api/v1/groups/<group
name you wanted to delete> how can we delete the groups which has space in the name? ex:curl --insecure -u admin:<password> -H 'X-Requested-By: ambari' -X DELETE https://ambarihostname:8080/api/v1/groups/ABCD working fine But curl --insecure -u admin:<password> -H 'X-Requested-By: ambari' -X DELETE https://ambarihostname:8080/api/v1/groups/AB CD Is not working due to space How can we resolve it. Thanks in advance
... View more