Skip to main content
DELETE
/
pixels
/
{pixel_id}
Pixel delete
curl --request DELETE \
  --url https://api.audiencelab.io/pixels/{pixel_id} \
  --header 'X-Api-Key: <api-key>'
{
  "status": "success"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

pixel_id
string
required

The UUID of the pixel to delete

Response

Pixel deleted

status
string
Example:

"success"