GDPR
Delete User
Endpoint
POST /rest/3.0/deleteUsersPermanentlyRequest Headers
Example Request
curl -X POST https://restapi.netmera.com/rest/3.0/deleteUsersPermanently \
-H "X-netmera-api-key: your_rest_api_key" \
-H "Content-Type: application/json" \
-d '{
"extIds": [
"123456"
]
}'Last updated
Was this helpful?