Permanently delete several SaaS application users
Permanently delete MULTIPLE SaaS application users and their activity history — the batch form of deleteSaasApplicationUser. This is irreversible for every item that succeeds: prefer archiveSaasApplicationUsers unless a hard delete is required.
Writes are independent and best-effort: the call returns 200 with a results manifest reporting ok / error per item — always inspect results rather than relying on the HTTP status to detect partial failures.
Authorizations
Use your Primo API key in the Authorization header as Bearer <API_KEY>.
Body
The identity IDs to act on, as returned by getSaasById → identities[].id. Each ID may appear at most once and up to 100 per call. Writes are best-effort: inspect the per-item results to learn which succeeded — the HTTP status is 200 even when some items fail.
1 - 100 elements1Response
Number of identities processed successfully.
-9007199254740991 <= x <= 9007199254740991Number of identities that failed.
-9007199254740991 <= x <= 9007199254740991Per-item outcome, in the same order as the input saasApplicationUserIds.