Skip to main content
DELETE
Remove Resource

Overview

Detaches a resource link from an issue. The underlying call, SMS conversation, or file is unaffected. Pass the resource link id, not the underlying resource_id. To detach a call by call_id instead, use Detach Call.

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
Internal UUID of the issue.
Internal UUID of the resource link (the id field on a resource link object).

Response

Returns 204 No Content on success with an empty body. Returns 404 with { error: "not_found" } if the issue does not exist or the resource link does not belong to this issue.

Docs for agents: llms.txt