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 referringPartnerUserId from before. Deleting a user will remove all the user fields for that specific user from Kard’s system.
Required scopes: user:delete

Path parameters

idstringRequired

Referring partner user ID from issuer that specifies user

Headers

AuthorizationstringRequired

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

Response

This endpoint returns a string.

Errors