Admin
Delete User (staff)
Removes a user. If they are the last non-staff member of their account, the whole account is cascade-deleted (legacy deleteUser).
DELETE
Delete User (staff)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Removes a user. If they are the last non-staff member of their account, the whole account is cascade-deleted (legacy deleteUser).
curl --request DELETE \
--url https://api.oviond.com/v1/admin/users/:id \
--header 'Authorization: Bearer <token>'{
"success": true
}curl --request DELETE \
--url https://api.oviond.com/v1/admin/users/:id \
--header 'Authorization: Bearer <token>'{
"success": true
}