Delete User
curl --request DELETE \
--url https://cloud.onyx.app/api/manage/admin/delete-user \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"user_email": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}User Management
Delete User
DELETE
/
manage
/
admin
/
delete-user
Delete User
curl --request DELETE \
--url https://cloud.onyx.app/api/manage/admin/delete-user \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"user_email": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?
⌘I