Slack

SLACK_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 slack

Other tools also called SLACK_DELETE_USER_PROFILE_PHOTO? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "token": {
      "type": "string",
      "description": "Authentication token identifying the user whose profile photo will be deleted.\nExample: \"xoxp-YOUR_SLACK_LEGACY_TOKEN\""
    }
  }
}
          

Provider

Slack →