mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-02-15 14:03:22 +02:00
650 B
650 B
sidebar_position |
---|
5 |
Delete external file
Deletes an external file from Slack
Function DeleteExternalFile(Val Token, Val FileID) Export
Parameter | CLI option | Type | Description |
---|---|---|---|
Token | --token | String | Bot token |
FileID | --fileid | String | File identifier |
Returns: Map Of KeyAndValue - serialized JSON response from Slack
Token = "xoxb-6965308400114-696804637...";
FileID = "F07RN8F33GS";
Result = OPI_Slack.DeleteExternalFile(Token, FileID);
{
"ok": true
}