Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
deleteLinearAppIntegration: DeleteLinearAppIntegrationOutput!
graphql
mutation DeleteLinearAppIntegration { deleteLinearAppIntegration { error { message type code fields { field message type } } } }
json
{ "data": { "deleteLinearAppIntegration": { "error": { "message": "string", "type": "VALIDATION", "code": "string", "fields": [ { "field": "string", "message": "string", "type": "VALIDATION" } ] } } } }
Was this page helpful?