Skip to main content
DELETE
JavaScript

Authorizations

X-API-KEY
string
header
required

Headers

Tenant-ID
string

The tenant identifier for multi-tenant organisations. Required when the organisation has multi-tenancy enabled. Pass your own internal customer ID for the tenant. Ignored for single-tenant organisations.

Path Parameters

systemId
string<uuid>
required

The UUID of the points system.

Query Parameters

ids
string<uuid>[]
required

Comma-separated list of level UUIDs to delete.

Response

Successful operation

Response containing the points levels that were deleted and any per-item issues.

deleted
DeletedResource · object[]
required

Array of deleted points levels represented by ID.

issues
AdminIssue · object[]
required

Array of issues encountered during level deletion.