diff --git a/website/source/docs/agent/http/catalog.html.markdown b/website/source/docs/agent/http/catalog.html.markdown index 23eb2049f5..b35be213f3 100644 --- a/website/source/docs/agent/http/catalog.html.markdown +++ b/website/source/docs/agent/http/catalog.html.markdown @@ -126,7 +126,7 @@ requires `Node` to be provided while `Datacenter` will be defaulted to match that of the agent. If only `Node` is provided, the node and all associated services and checks are deleted. If `CheckID` is provided, only that check is removed. If `ServiceID` is provided, the -service and its associated health check (if any) is removed. +service and its associated health check (if any) are removed. If the API call succeeds a 200 status code is returned.