Slack.Web.Apps (SlackKit v1.0.0-alpha.0)

View Source

Summary

Functions

uninstall(client_id, client_secret, optional_params \\ %{})

Uninstalls your app from a workspace.

API reference

Rate limit: Tier 1: 1+ per minute
Scopes: No scopes required

View on docs.slack.dev ↗

Required Params

  • client_id - Issued when you created your application. ex: 56579136444.26251006572
  • client_secret - Issued when you created your application. ex: f25b5ceaf8a3c2a2c4f52bb4f0b0499e

Errors the API can return:

  • bad_client_secret - Value passed for client_secret was invalid.
  • client_id_token_mismatch - The provided client ID and token do not belong to the same app.
  • invalid_client_id - Value passed for client_id was invalid.

See the Common Errors guide for errors returned by every Web API method.