Mutation
mutation DeleteMyLinearIntegration {
deleteMyLinearIntegration {
error {
message
type
code
fields {
field
message
type
}
}
}
}Response
{
"data": {
"deleteMyLinearIntegration": {
"error": {
"message": "string",
"type": "VALIDATION",
"code": "string",
"fields": [
{
"field": "string",
"message": "string",
"type": "VALIDATION"
}
]
}
}
}
}Mutations
deleteMyLinearIntegration
Disconnects the current user’s Linear integration. If no integration exists this is a no-op and succeeds.
MUTATION
deleteMyLinearIntegration: DeleteMyLinearIntegrationOutput!Returns
error
Mutation
mutation DeleteMyLinearIntegration {
deleteMyLinearIntegration {
error {
message
type
code
fields {
field
message
type
}
}
}
}Response
{
"data": {
"deleteMyLinearIntegration": {
"error": {
"message": "string",
"type": "VALIDATION",
"code": "string",
"fields": [
{
"field": "string",
"message": "string",
"type": "VALIDATION"
}
]
}
}
}
}Was this page helpful?

