Delete a Member

This operation will permanently anonymize the Member record and permanently remove the Member from all Lists.
This includes deleting all Data held in Data Lists about the Member.
However, the internal and business Member Ids remain and cannot be reused. Any transactional or activity information
remains, linked to the anonomized Member Id.

Path Params
string
required

The name of the space (database) assigned to you.

string
required

A unique identifier for the member. This can be any of:

  • memberId. NEON's internal identifier. Case sensitive.
  • bizId. If a business identifier has been assigned to the member. This has to be prefixed with $ to ensure it doesn't clash. Case sensitive.
  • Email address. Note that if email isn't configured to be unique in the system then this could throw an error if more than one member has the same email address
  • Mobile phone number. Must be the full number starting with + and country code. Note that if mobile isn't configured to be unique in the system then this could throw an error if more than one member has the same mobile number
Response
204

No Content

Language
Click Try It! to start a request and see the response here!