The Delete Users API allows partners to request the deletion of data associated with one or more user IDs. This helps support compliance with data protection regulations such as GDPR and is especially relevant for partners with traffic outside the US.
Use this API when a user requests account or data deletion, or when required to comply with regional privacy regulations.
Preparing to connect
Follow these steps to prepare to connect to Besitos APIs:
Have your partner ID ready.
Contact your Besitos Account Manager to request API access.
Generate and save your bearer token for authentication.
Continue reading for a complete description of the API parameters and response attributes, or visit our Postman collection to start testing.
Endpoint
Endpoint URL | https://wall.besitos.ai/data/partner/delete/{partner_ID}/users |
HTTP method | POST |
Refresh rate | 5 minutes |
Path parameter
Path parameter | Data type | Required | Description |
| string | yes | Your Besitos partner ID. |
Examples
Request
Request
{
"user_ids": [
"LaQ1VYb5ANTAny25Ig",
"21sdf1sef54wef64"
]
}Response
Response
A successful request returns a 200 OK status code. This endpoint does not return a response body.
Only user IDs that exist within Besitos systems will be affected. Deletions are irreversible once processed.
β
This API should be used only for privacy and compliance-related purposes. Partners are responsible for ensuring deletion requests are valid and compliant with applicable laws.
