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.
Example response
{
"message": "Identifier removal accepted."
}