Skip to main content
DELETE
/
api
/
loyalty
/
rule_groups
/
{id}
JavaScript
import SnagSolutions from '@snagsolutions/sdk';

const client = new SnagSolutions({
  apiKey: 'My API Key',
});

const response = await client.loyalty.ruleGroups.deleteRuleGroup('182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e');

console.log(response);
{}

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string<uuid>
required

Response

200

The response is of type object.

I