curl --request DELETE \
--url https://api.getfernand.com/integrations/github/{conversation_id}/tickets/{ticket_id} \
--header 'X-API-Key: <api-key>'{}curl --request DELETE \
--url https://api.getfernand.com/integrations/github/{conversation_id}/tickets/{ticket_id} \
--header 'X-API-Key: <api-key>'{}Removes the association between a GitHub issue and the specified conversation. This does not delete the issue on GitHub, only removes the link between the conversation and the 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.
ID of the GitHub issue to detach.
GitHub issue detached successfully.
The response is of type object.
Was this page helpful?