Admin
Remove Staff (staff)
Removes a staff member (role = guru) and their Supabase Auth identity. Cannot remove yourself.
DELETE
Remove Staff (staff)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Removes a staff member (role = guru) and their Supabase Auth identity. Cannot remove yourself.
curl --request DELETE \
--url https://api.oviond.com/v1/admin/staff/:id \
--header 'Authorization: Bearer <token>'{
"success": true
}curl --request DELETE \
--url https://api.oviond.com/v1/admin/staff/:id \
--header 'Authorization: Bearer <token>'{
"success": true
}