Archive a group
POST/group.archive
Archive a group by ID.
Access: Organization only.
Required scope: group:write
OpenAPI Spec: chat.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 occured.