action apache_delete_user { label: "Delete a user" description: "Delete a user with a specific username.\n\n*New in version 2.2.0*\n" provider: apache method: DELETE path: "/users/{username}" encoding: json output: { type: "object" additionalProperties: true } }