Incident Services endpoints and schemas removed from Datadog v2 API
This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.
What changed
The entire Incident Services API tag and its endpoints have been removed from the spec: GET/POST /api/v2/services, GET/PATCH/DELETE /api/v2/services/{service_id}, along with all related schemas (IncidentServiceCreateRequest, IncidentServiceResponse, IncidentServiceUpdateRequest, etc.) and parameters (IncidentServiceIDPathParameter, IncidentServiceIncludeQueryParameter, IncidentServiceSearchQueryParameter). Although these endpoints were previously marked deprecated: true with an x-unstable note, their full removal from the spec is a breaking change for any client that still calls them. Separately, new schemas (GlobalOrg, GlobalOrgAttributes, GlobalOrgData, GlobalOrgsResponse, etc.) have been added, suggesting a replacement or new feature in their place.