Skip to main content

Deprecated endpoints

This page lists REST endpoints that have been deprecated or removed, and the endpoints to use instead. For how deprecation works in general, see the REST API compatibility policy.

Documented by URL relationship endpoints

The following endpoints under All Objects were deprecated in release 19.12 (May 2025) and have since been removed:

Removed endpointPurpose
POST /relationships/documentedbyurlCreate a documented-by-URL relationship
DELETE /relationships/documentedbyurl/{objectId}Delete a documented-by-URL relationship

Their replacements, available since release 19.13 (June 2025), are:

Replacement endpointPurpose
POST /object/relationships/documentedbyurlCreate a documented-by-URL relationship
DELETE /object/documentedbyurl/relationships/{relationshipId}Delete an active documented-by-URL relationship
warning

The old endpoints were removed in release 19.19 on cloud and release 19.20 on-premises. An integration still calling them fails — move it to the replacement endpoints.