solarOSsolarOS Docs

Delete an External Record Link from a Case

Deletes a tenant-scoped context link without changing the Case, the related external record, or any External Reference.

DELETE
/cases/{id}/external-record-links/{linkId}

Deletes a tenant-scoped context link without changing the Case, the related external record, or any External Reference.

Authorization

Authorization<token>

Organization API key. Format: Bearer sk_live_...

In: header

Path Parameters

id*string

Case identifier returned by the Organization API.

linkId*string

LINK ID path identifier.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/cases/string/external-record-links/string"
Empty