Delete User

Call this endpoint to delete a specified enrolled user from the rewards program and Kard’s system. Users can be re-enrolled into rewards by calling the Create User endpoint using the same id from before.

Required scopes: user:delete

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

organizationIdstringRequired
Your issuer organization ID, provided by Kard
userIdstringRequired
The ID of the user as defined on the issuers system

Headers

X-Kard-Target-IssuerstringOptional

Target issuer ID for BaaS providers. When set, the auth token will be scoped to this specific issuer. Required for BaaS providers; omit for standard issuer integrations.

Response

This endpoint returns an object.
dataobject

Errors