Mutation
mutation DeleteMySlackIntegration {
deleteMySlackIntegration {
error {
message
type
code
fields {
field
message
type
}
}
}
}Response
{
"data": {
"deleteMySlackIntegration": {
"error": {
"message": "string",
"type": "VALIDATION",
"code": "string",
"fields": [
{
"field": "string",
"message": "string",
"type": "VALIDATION"
}
]
}
}
}
}Mutations
deleteMySlackIntegration
Disconnects the current user’s personal Slack notifications integration.
MUTATION
deleteMySlackIntegration: DeleteMySlackIntegrationOutput!Returns
error
Mutation
mutation DeleteMySlackIntegration {
deleteMySlackIntegration {
error {
message
type
code
fields {
field
message
type
}
}
}
}Response
{
"data": {
"deleteMySlackIntegration": {
"error": {
"message": "string",
"type": "VALIDATION",
"code": "string",
"fields": [
{
"field": "string",
"message": "string",
"type": "VALIDATION"
}
]
}
}
}
}Was this page helpful?

