Current section
Files
Jump to
Current section
Files
priv/docs/methods/admin.barriers.delete.json
{
"args": {
"barrier_id": {
"desc": "The ID of the barrier you're trying to delete",
"required": true
}
},
"desc": "Delete an existing Information Barrier",
"errors": {
"barrier_not_found": "The barrier you're trying to delete cannot be found.",
"feature_not_enabled": "The information barrier feature is not enabled, please reach out to your CSM.",
"not_an_admin": "The token provided is not associated with an org admin."
},
"rate_limit": {
"label": "Tier 2: 20+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"user": [
{
"name": "admin.barriers:write",
"url": "https://docs.slack.dev/reference/scopes/admin.barriers.write"
}
]
}
}