Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods apps.manifest.delete.json
Raw

priv/docs/methods/apps.manifest.delete.json

{
"args": {
"app_id": {
"desc": "The ID of the app you want to delete.",
"required": true
}
},
"desc": "Permanently deletes an app created through app manifests",
"errors": {
"app_not_eligible": "The specified app is not elgible for this API.",
"app_not_found": "The specified app was not found.",
"app_not_owned_by_manager_app": "The app is not owned by the manager app.",
"invalid_app_id": "The app ID passed in was invalid.",
"published_app_only": "This action is only permitted for published app IDs."
},
"rate_limit": {
"label": "Tier 1: 1+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {}
}