Dashboard
APIUnban User API - Restore Member Access | BotSubscription
api.botsubscription.com
GET/v1/endpoint
AuthenticationBearer
Token
Stays in this tab. Required for this endpoint — the value below is what gets sent.
Mock
curl --request GET \
  --url https://api.botsubscription.com/v1/endpoint \
  --header 'Authorization: Bearer sk_live_•••'

Unban User - Restore Member Access to Your Bot

Restore a previously banned member's access to your subscription bot. Once unbanned, the user can interact with your bot again and purchase new subscriptions. This action removes all ban restrictions immediately.

DELETE/v2/projects/{project_id}/ban/{user_id}

Authorization

Bearer TokenRequired

Path Parameters

project_idstringrequired

The unique identifier of the project.

user_idstringrequired

The unique identifier of the user to unban (numeric ID).

Last updated: