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

Trigger IDs to delete. Can be repeated or comma-separated.

Response

Successfully processed the delete request.

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

deleted
DeletedResource · object[]
required

Array of deleted points triggers represented by ID.

issues
AdminIssue · object[]
required

Array of issues encountered during trigger deletion.