Delete user
Delete the user account and all associated data for the given id. This operation cannot be un-done!
DELETE /v1/publishers/users/{userId}
curl \
-X DELETE https://api.bitlabs.ai/v1/publishers/users/{userId} \
-H "X-S2S-Token: $API_KEY"
Response examples (202)
{
"data": {
"id": 42
}
}