APIUnban User

Unban User

Remove a user from the ban list for a project.

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).

Request
curl -X DELETE "https://api.botsubscription.com/v2/projects/YOUR_PROJECT_ID/ban/123456789012345678" \
  -H "Authorization: Bearer YOUR_TOKEN"
User unbannedapplication/json

No content returned on success.

Last updated: