Delete a user
Requires verified email; Requires one of the following permissions: Users.DeleteUser; Requires the following features to be enabled: Users
Path parameters
-
id
string(uuid) Required
DELETE
/Api/Users/{id}
curl \
-X DELETE https://app.lovassy.hu/Api/Users/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (404)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}