Skip to main content

Delete

Delete a user permanently.

Endpoint

DELETE /users/{id}

Response

Status 204 No Content

(empty response body)

Error Handling

The API uses standard HTTP status codes.

Status CodeDescription
400Bad Request
401Unauthorized
404Not Found
500Internal Server Error

Error Response Example

{
"error": "User not found"
}