cURL
curl --request DELETE \ --url https://api.duohub.ai/users/delete/{id} \ --header 'X-API-Key: <api-key>'
{ "status": "success", "message": "User deleted successfully" }
Delete a user by ID
Documentation IndexFetch the complete documentation index at: https://docs.duohub.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.duohub.ai/llms.txt
Use this file to discover all available pages before exploring further.
Your duohub API key. Type: str
Unique identifier of the user to delete
User deleted successfully
"success"
"User deleted successfully"