v1

latestOpenAPI 3.1.02026-07-17497.7 KB
Users

Delete a user

delete/api/users/{id}

Path parameters

idstring uuid required

User UUID

Response

User deleted successfully

successboolean

Indicates whether the request was successful

codeinteger

HTTP status code

messagestring

Human-readable status message

request_idstring nullable

Unique request identifier for tracing

timestampstring date-time

ISO 8601 response timestamp

dataobject nullable
errorobject nullable
errorsobject[] nullable

Example response

{
  "message": "User deleted"
}