# Delete banned email or domain
You can delete users specified by the banned list.
DELETE
/banned-users/:id/
Attributes | Type | Required | Description |
---|---|---|---|
id | integer | yes | A unique identifier of a banned user/ domain. |
# Request
- CURL
- JavaScript
- PHP
- Python
curl -X DELETE -H "Authorization: Token <your_64_char_api_key>"
-H "Accept: */*; version=2"
"https://<your_app_subdomain>.user.com/api/public/banned-users/:id/"
# Response
204 No Content