v66

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-04176310979.2 KB
users
V1

Delete User

Delete a user.

delete/api/v1/users/

Request body

emailstring required

The email address of the user to delete

reasonstring required

The reason for deleting the user

Example request

{
  "email": "user@syllable.ai",
  "reason": "User left the organization"
}

Response

Successful Response

{"stackTrail":"paths:/api/v1/users/:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}