Skip to main content
DELETE
/
integrations
/
github
/
{conversation_id}
/
tickets
/
{ticket_id}
Detach a GitHub issue from a conversation
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.

Authorizations

X-API-Key
string
header
required

Authenticate your account by including your secret key in API requests. You can manage your API keys in the Dashboard.

Authentication to the API is performed by using the HTTP Header X-API-Key.

Path Parameters

conversation_id
integer
required

ID of the conversation to detach the issue from.

ticket_id
string
required

ID of the GitHub issue to detach.

Response

GitHub issue detached successfully.

The response is of type object.