v3

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-08-014669239.7 KB
Identifiers

Remove Profile Identifier

Asynchronously remove stored values for the identifier type. The optional removeAll query parameter allows bulk removal; otherwise the service selects a single value to delete using the identifier settings limitPolicy.

delete/v1/Stores/{storeId}/Profiles/{profileId}/Identifiers/{idType}

Query parameters

removeAllboolean

When true, removes every stored value for the identifier type in a single operation. Defaults to false.

Response

Identifier removal accepted.

messagestring required

Example response

{
  "message": "Identifier removal accepted."
}