Slack
SLACK_CLOSE_DM_OR_MULTI_PERSON_DM
Closes a Slack direct message (DM) or multi-person direct message (MPDM) channel, removing it from the user's sidebar without deleting history; this action affects only the calling user's view.
Remote slack
Other tools also called SLACK_CLOSE_DM_OR_MULTI_PERSON_DM?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"channel": {
"type": "string",
"description": "The ID of the direct message or multi-person direct message channel to close. Example: D1234567890 or G0123456789.\nExamples:\n \"D1234567890\"\n \"G0123456789\""
}
}
}