Mutations
deleteMyMSTeamsIntegration
Disconnects the current user’s personal Microsoft Teams integration from Plain.
MUTATION
deleteMyMSTeamsIntegration: DeleteMyMSTeamsIntegrationOutput!Returns
integration
error
Mutation
mutation DeleteMyMSTeamsIntegration {
deleteMyMSTeamsIntegration {
integration {
id
msTeamsTenantId
isReinstallRequired
msTeamsPreferredUsername
createdAt {
unixTimestamp
iso8601
}
createdBy {
__typename
... on UserActor {
__typename
}
}
}
error {
message
type
code
fields {
field
message
type
}
}
}
}Response
{
"data": {
"deleteMyMSTeamsIntegration": {
"integration": {
"id": "id",
"msTeamsTenantId": "id",
"isReinstallRequired": true,
"msTeamsPreferredUsername": "string",
"createdAt": {
"unixTimestamp": "string",
"iso8601": "string"
},
"createdBy": {
"__typename": "UserActor"
}
},
"error": {
"message": "string",
"type": "VALIDATION",
"code": "string",
"fields": [
{
"field": "string",
"message": "string",
"type": "VALIDATION"
}
]
}
}
}
}Was this page helpful?
⌘I
Mutation
mutation DeleteMyMSTeamsIntegration {
deleteMyMSTeamsIntegration {
integration {
id
msTeamsTenantId
isReinstallRequired
msTeamsPreferredUsername
createdAt {
unixTimestamp
iso8601
}
createdBy {
__typename
... on UserActor {
__typename
}
}
}
error {
message
type
code
fields {
field
message
type
}
}
}
}Response
{
"data": {
"deleteMyMSTeamsIntegration": {
"integration": {
"id": "id",
"msTeamsTenantId": "id",
"isReinstallRequired": true,
"msTeamsPreferredUsername": "string",
"createdAt": {
"unixTimestamp": "string",
"iso8601": "string"
},
"createdBy": {
"__typename": "UserActor"
}
},
"error": {
"message": "string",
"type": "VALIDATION",
"code": "string",
"fields": [
{
"field": "string",
"message": "string",
"type": "VALIDATION"
}
]
}
}
}
}
