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.
required | object |
No body content. Member has been successfully deregistered.
When any mandatory request parameters are missing.
When no valid access token is provided.
When a valid token is provided but it has no permissions to execute the request.
When a member with the provided member id could not be found.
{- "origin": {
- "memberId": "string"
}
}{- "error": "Failed to find member matching memberId: some-member-id"
}