Skip to main content

Make file private

Removes the public URL from the file. Requires user token

Function MakeFilePrivate(Val Token, Val FileID) Export

ParameterCLI optionTypeDescription
Token--tokenStringUser token
FileID--fileidStringFile identifier

Returns: Map Of KeyAndValue - Serialized JSON response from Slack


CLI command example
    
oint slack MakeFilePrivate --token %token% --fileid %fileid%