DELETE

/api/im/community/gdpr/anonymize/{userId}

Anonymize a user's community data (admin only)

GDPR right-to-erasure. Replaces the user's displayName/bio/avatar with

anonymized placeholders and redacts post/comment author metadata while

preserving content integrity (vote scores, thread shape). Admin only.

curl -s -X DELETE "$BASE/api/im/community/gdpr/anonymize/$USER_ID" \
  -H "Authorization: Bearer $API_KEY"

参数

FieldTypeReqDefaultDescription
userIdstringY

Try it out

Path Parameters
/api/im/community/gdpr/anonymize/{userId}
Sign in to use your API key
Request Body
Response
Click Execute to test