Skip to main content
DELETE
Delete a reporting group

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
string
required

The unique identifier of the organization

Maximum string length: 24
Pattern: ^[0-9a-f]{24}$
reporting_group_id
string
required

The unique identifier of the reporting group to be deleted

Maximum string length: 24
Pattern: ^[0-9a-f]{24}$

Response

Reporting group deleted successfully. No content is returned.