Skip to main content

lib/slack/web/docs/files.delete.json

{
	"desc": "Deletes a file.",

	"args": {
		"file": {
			"required"	: true,
			"desc"		: "ID of file to delete."
		}
	},

	"errors": {
		"file_not_found"	: "The file does not exist, or is not visible to the calling user.",
		"file_deleted"		: "The file has already been deleted.",
		"cant_delete_file"	: "Authenticated user does not have permission to delete this file."
	}
}