Response Packet Structure
The del-db-user node of the output XML packet is presented by type DatabaseDelDBUserOutputType (database_output.xsd) and structured as follows:

- The result node is required. It wraps the response retrieved from the server. Data type: resultFilterType (
common.xsd). - The status node is required. It specifies the execution status of the del-db-user operation. Data type: string. Allowed values: ok | error.
- The errcode node is optional. It returns the error code if the del-db--user operation fails. Data type: integer.
- The errtext node is optional. It returns the error message if the del-db--user operation fails. Data type: string.
- The filter-id node is optional. It returns the filtering rule parameter. For more information, refer to the Filtering Issues section.
- The id node is required. If the del-db-user operation succeeds, it specifies the database user ID. Data type: integer.