provider files.remotefiles POST /files.remote.remove
@utdk/slack /files.remote.remove
files_remote_remove
Remove a remote file.

Try it

Authentication
Configure credentials for Slack Web API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

filesRemoteRemove
POST/files.remote.remove
Remove a remote file.

Input

Creator defined GUID for the file.

Specify a file by providing its ID.

Authentication token. Requires scope: `remote_files:write`

Enter a gateway URL above to enable sending.

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

TypeScript

import slack from '@utdk/slack';

await slack.filesRemoteRemove()