Clients
Delete Client
Delete a client and all its associated projects and widgets
DELETE
Delete Client
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a client and all its associated projects and widgets
curl --request DELETE \
--url https://api.oviond.com/v1/clients/:id \
--header 'Authorization: Bearer <token>'{
"success": true
}curl --request DELETE \
--url https://api.oviond.com/v1/clients/:id \
--header 'Authorization: Bearer <token>'{
"success": true
}