Mutation
mutation DeleteWorkspaceDiscordChannelIntegration($input: DeleteWorkspaceDiscordChannelIntegrationInput!) {
deleteWorkspaceDiscordChannelIntegration(input: $input) {
error {
message
type
code
fields {
field
message
type
}
}
}
}Variables
{
"input": {
"integrationId": "id"
}
}Response
{
"data": {
"deleteWorkspaceDiscordChannelIntegration": {
"error": {
"message": "string",
"type": "VALIDATION",
"code": "string",
"fields": [
{
"field": "string",
"message": "string",
"type": "VALIDATION"
}
]
}
}
}
}Mutations
deleteWorkspaceDiscordChannelIntegration
Removes a workspace Discord channel integration, disconnecting the Discord guild from the workspace. Existing threads and messages are not deleted.
MUTATION
deleteWorkspaceDiscordChannelIntegration(input: DeleteWorkspaceDiscordChannelIntegrationInput!): DeleteWorkspaceDiscordChannelIntegrationOutput!Arguments
input
error
Mutation
mutation DeleteWorkspaceDiscordChannelIntegration($input: DeleteWorkspaceDiscordChannelIntegrationInput!) {
deleteWorkspaceDiscordChannelIntegration(input: $input) {
error {
message
type
code
fields {
field
message
type
}
}
}
}Variables
{
"input": {
"integrationId": "id"
}
}Response
{
"data": {
"deleteWorkspaceDiscordChannelIntegration": {
"error": {
"message": "string",
"type": "VALIDATION",
"code": "string",
"fields": [
{
"field": "string",
"message": "string",
"type": "VALIDATION"
}
]
}
}
}
}Was this page helpful?

