POST
/
publisher.v1
/
member-base
/
delete
Delete
curl --request POST \
  --url http://localhost/publisher.v1/member-base/delete \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'
"<string>"
Permanently delete a memberbase and all of its associated data. This includes all members within the base, their attributes, and any transaction history linked to those members. This operation is irreversible. Once a memberbase is deleted, its ID cannot be reused and all associated data is permanently removed.

Body

application/json
id
string
required

Response

Successful response

The response is of type string.