curl --request DELETE \
--url https://api.getfernand.com/integrations/linear/{conversation_id}/tickets/{linear_id} \
--header 'X-API-Key: <api-key>'{}curl --request DELETE \
--url https://api.getfernand.com/integrations/linear/{conversation_id}/tickets/{linear_id} \
--header 'X-API-Key: <api-key>'{}Removes the association between a Linear issue and the specified conversation. This does not delete the issue in Linear, only removes the link between the conversation and the issue. Also removes any Fernand-created attachments and customer links from the Linear issue. Returns an empty response on success.Documentation Index
Fetch the complete documentation index at: https://developers.getfernand.com/llms.txt
Use this file to discover all available pages before exploring further.
ID of the conversation to detach the issue from.
UUID of the Linear issue to detach.
Linear issue detached successfully.
The response is of type object.
Was this page helpful?