Archive a group
POST/group.archive
Archive a group by ID.
Apps may only archive groups for which they are an admin.
Required scope: group:write
OpenAPI Spec: chat-v1.json
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
Group archived successfully
Bad request.
Presented invalid authentication credentials.
App does not have admin access to this group.
Group not found.
An internal error occurred.