Removes (deletes) a database that stores objects.
Note: This is an administrative action that can be sent only from AdminClients (which are set in the [Server]
section of the configuration file).
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database to remove. | Yes |
The following example removes the database CompanyLogos
.
/action=RemoveObjectDatabase&database=CompanyLogos
<autnresponse>
<action>REMOVEOBJECTDATABASE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>
|