> ## Documentation Index
> Fetch the complete documentation index at: https://developer.box.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Session termination resources

Session termination API is used to validate the roles and permissions of the group, and creates asynchronous jobs to terminate the group's sessions.

## Session termination message

A message informing about the termination job status.

<Accordion title="Attributes and example">
  | Property  | Type     | Required | Description                                           |
  | --------- | -------- | -------- | ----------------------------------------------------- |
  | `message` | `string` | No       | The unique identifier for the termination job status. |

  ```json Example theme={null}
  {
    "message": "Request is successful, please check the admin\nevents for the status of the job"
  }
  ```
</Accordion>
