Pixels
Destroy a pixel
Returns the attributes of the destroyed pixel, upon success.
delete/measurement/pixels/{id}
Path parameters
idstring required
Example:0123456789abcdef
Response
OK
Example response
{
"measurementPixel": {
"id": "0123456789abcdef",
"name": "Attribution Pixel",
"brand": {
"crmBrandId": "brand_0123456789abcdef",
"name": "ACME Corp., Inc."
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.