Skip to main content

Delete Users API

Learn about the Delete Users API intended use and parameters.

Updated over 2 months ago

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:

  1. Have your partner ID ready.

  2. Contact your Besitos Account Manager to request API access.

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

partner_id

string

yes

Your Besitos partner ID.


Examples

Request

{
"user_ids": [
"LaQ1VYb5ANTAny25Ig",
"21sdf1sef54wef64"
]
}

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.

Did this answer your question?