useLoyalty
Api reference

Delete Member

Permanently delete a member and their associated data

DELETE/members/{externalId}

Permanently delete a member and their associated data

AuthorizationBearer <token>

Use your private API key (sk_xxx) as the bearer token

In: header

Path Parameters

externalId*string

Response Body

application/json

curl -X DELETE "https://app.useloyalty.app/api/v1/members/string"
{
  "success": true,
  "deleted": "string"
}
Empty