Slack
SLACKBOT_DELETE_USER_PROFILE_PHOTO
Deletes the Slack profile photo for the user identified by the token, reverting them to the default avatar; this action is irreversible and succeeds even if no custom photo was set.
Remote slackbot
Other tools also called SLACKBOT_DELETE_USER_PROFILE_PHOTO?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"token": {
"type": "string",
"title": "Token",
"examples": [
"xoxp-YOUR_SLACK_LEGACY_TOKEN"
],
"description": "Authentication token identifying the user whose profile photo will be deleted."
}
}
}