Page 1 of 1

Delete services via CURL command

Posted: Fri Apr 30, 2021 7:52 am
by rambertnala
Hi friends

I am trying to delete services and hosts at Nagios XI

Problem is services names contains whitespaces and i can not delete services with curl -XDELETE

Is there any solution for it???

Regards

Re: Delete services via CURL command

Posted: Fri Apr 30, 2021 2:35 pm
by gsmith
Hi there,

Please use %20 to represent a space in the API call.

Thanks