Deletes a report group by its unique identifier.
Use this endpoint to remove a custom report group. The system-default report group (ownerID=1) cannot be deleted.
Requires ReportGroups Manage permission.
Request Headers
| Header | Value | Required | Description |
|---|---|---|---|
| ECI-ApiKey | string | Yes | Your API key. See Authentication. |
| Content-Type | application/json | Yes | All requests must specify JSON content type. |
Path Parameters
| Name | Description | Type | Required |
|---|---|---|---|
| reportGroupId | Unique numeric identifier of the report group to delete | integer (int32) | Required |
Responses
204
No Content
The request succeeded. No content is returned in the response body.