templategroup.delete

    This method allows to delete template groups.

    A template group can not be deleted if it contains templates that belong to this group only.

    (array) IDs of the template groups to delete.

    (object) Returns an object containing the IDs of the deleted template groups under the groupids property.

    Deleting multiple template groups

    :

    Response:

    1. "jsonrpc": "2.0",
    2. "result": {
    3. "107815"
    4. ]
    5. },
    6. }