http
DELETE /api/users/alice HTTP/1.1
Host: api.example.com
Authorization: Bearer admin_token
HTTP/1.1 200 OK
Content-Type: application/json
{
"deleted": true,
"resource": {
"id": "alice",
"email": "alice@example.com",
"deleted_at": "2025-10-01T10:40:00Z"
}
}