--- sidebar_position: 6 --- # Make file private Removes the public URL from the file. Requires user token *Function MakeFilePrivate(Val Token, Val FileID) Export* | Parameter | CLI option | Type | Destination | |-|-|-|-| | Token | --token | String | User token | | FileID | --fileid | String | File identifier | Returns: Key-Value Pair - Serialized JSON response from Slack ```bsl title="Code example" ``` ```sh title="CLI command example" oint slack MakeFilePrivate --token %token% --fileid %fileid% ``` ```json title="Result" ```