provider users POST /users.deletePhoto
@utdk/slack /users.deletePhoto
users_deletePhoto
Delete the user profile photo

Try it

Authentication
Configure credentials for Slack Web API
usersDeletephoto
POST/users.deletePhoto
Delete the user profile photo

Input

required

Authentication token. Requires scope: `users.profile:write`

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.usersDeletephoto()