Articles in this section

How to remove a remote service?

You can remove:

  • one registered service in case of an error when adding one or if you want to stop submitting / tracking jobs to/from this remote
  • all registered services to reset your configuration

Remove a remote service

DELETE /v1/services/{serviceId}
curl --request DELETE \
 --url http://localhost:12340/v1/services/{serviceId}

Returned Data

No data is returned. Only a standard 200 OK HTTP answer confirms that the deletion went well.

Remove all registered services

DELETE /v1/services
curl --request DELETE \
 --url http://localhost:12340/v1/services

  Info

The bulk delete route unregisters all services except the Caldera REST API service itself.

Was this article helpful?
0 out of 0 found this helpful