Users
Delete User
Remove a team member from the account.
DELETE
Delete User
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Remove a team member from the account.
curl --request DELETE \
--url https://api.oviond.com/v1/users/:id \
--header 'Authorization: Bearer <token>'{
"success": true
}curl --request DELETE \
--url https://api.oviond.com/v1/users/:id \
--header 'Authorization: Bearer <token>'{
"success": true
}