Delete multiple groups

Delete several user groups in a single request and move everything that referenced them to another group.

Users and deal groups belonging to the deleted groups are reassigned to the group given in to, and the deleted groups are removed from any automations they were assigned to. Parameters are sent as query string or form parameters, not as a JSON body; POST is accepted with the same parameters. from must be sent as an array, even when deleting a single group.

Query Params
from
array of int32s
required

IDs of the groups to delete. Must be sent as an array. Example: from[]=5&from[]=6

from*
int32
required

ID of the group that users and deal groups from the deleted groups are reassigned to.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Choose an example:
application/json