Remove Resource
Resources
Remove Resource
Detach a resource from an issue.
DELETE
Remove Resource
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Detaches a resource link from an issue. The underlying call, SMS conversation, or file is unaffected. Pass the resource linkid, not the underlying resource_id. To detach a call by call_id instead, use Detach Call.
Headers
Your API key for authentication.
Path Parameters
Internal UUID of the issue.
Internal UUID of the resource link (the
id field on a resource link object).Response
Returns204 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