Deregister a member for loyalty.

This endpoint deregisters a member from all participating locations with the loyalty API. You will no longer receive notifications about the payments performed by the members at locations you have access to.

Request
Security:
header Parameters
Authorization
required
string
Default: Bearer {$$.env.access_token}
Request Body schema: application/json
required
object
Responses
204

No body content. Member has been successfully deregistered.

400

When any mandatory request parameters are missing.

401

When no valid access token is provided.

403

When a valid token is provided but it has no permissions to execute the request.

404

When a member with the provided member id could not be found.

delete/loyalty/members
Request samples
application/json
{
  • "origin": {
    }
}
Response samples
application/json
{
  • "error": "Failed to find member matching memberId: some-member-id"
}
Copyright © Tyro Payments 2019-2025. All right reserved.