Authorizations
Path Parameters
Response
200
The response is of type object
.
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);
{}
Delete loyalty rule group by ID
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);
{}
200
The response is of type object
.
Was this page helpful?