DELETE
/
users
/
delete
/
{id}
curl --request DELETE \
  --url https://api.duohub.ai/users/delete/{id} \
  --header 'X-API-Key: <api-key>'
{
  "status": "success",
  "message": "User deleted successfully"
}

Authorizations

X-API-Key
string
header
required

Your duohub API key. Type: str

Path Parameters

id
string
required

Unique identifier of the user to delete

Response

200
application/json
User deleted successfully
status
string
Example:

"success"

message
string
Example:

"User deleted successfully"