# /ban-async

{% hint style="danger" %}
Bans published through this endpoint **will not** execute the following actions unless initiated via the Discord slash command:

* **Notify the banned user** (if notifications are enabled).
* **Forcefully disconnect the client** using MessagingService via the Roblox Open Cloud API.

This limitation exists because the Sentinel API does not directly handle these enforcement actions. Instead, these tasks are managed by the Sentinel Discord bot when a ban is issued through the `/ban` command.

**Future Considerations**

We may explore expanding the API to include these functionalities in the future, allowing for more automated enforcement directly from API calls.

**Roblox `BanAsync` Integration**

If `BanAsync` is enabled in your game, it will automatically force-disconnect the banned client upon execution, ensuring immediate removal without requiring additional enforcement from Sentinel.
{% endhint %}

{% openapi src="<https://3533882855-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5BhBbg2wEnqMJWVttjBY%2Fuploads%2FOKG169oZpJfQgIZtiTyE%2Fopenapi3_0%20(1).json?alt=media&token=d40f090a-da79-42bf-a818-2967378fa642>" path="/ban-async" method="post" %}
[openapi3\_0 (1).json](https://3533882855-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5BhBbg2wEnqMJWVttjBY%2Fuploads%2FOKG169oZpJfQgIZtiTyE%2Fopenapi3_0%20\(1\).json?alt=media\&token=d40f090a-da79-42bf-a818-2967378fa642)
{% endopenapi %}
