Remove database from groups request parameters

Prev Next

Removes a database from the database groups.

Service

remove-db-from-group

Permission

Remove DB from Group

Version

4.4.9 or higher

Parameter

Definition

HH$Id

Integer — The ID of the database to remove from the groups

HH$Groups

Comma-separated list of group names to remove the database from groups

For example, to remove database with id #10007000 from groups DB-Group1 and DB-Group2, submit the request:

https://127.0.0.1:8443/xmlapi.svc?service=remove-db-from-group&HH$Id=10007000&HH$Groups=DB-Group1,DB-Group2

Note

If a database group name contains the comma character, then the name must be URL encoded twice to ensure the comma character is not considered as a separator. You can use an online URL encoder service: www.urlencoder.org. For example, if the database group name is test,more%test, then after encoding it, the result is twice the input, for example, test%252Cmore%2525test.