Skip to main content
Permanently delete a product group. Products within the group are not affected.
POST /v1/actions/subscription-product-group/delete-group
Authentication: API Key

Request Body

FieldTypeRequiredDescription
idstringYesGroup ID (UUID format)

Example Request

await client.subscriptionProductGroups.delete({
  id: "d4e5f6a7-b8c9-0d1e-2f3a-4b5c6d7e8f9a",
});
This is a permanent hard delete. The products within the group are not deleted — only the grouping relationship is removed.

Error Responses

StatusCondition
400Missing required field (id)
404Group not found