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