Skip to main content
DELETE
/
api
/
pixels
/
{pixelId}
curl -X DELETE https://api.linquid.io/api/pixels/pixel_abc123 \
  -H "Authorization: Bearer <token>"
{
  "success": true,
  "data": {
    "deleted": true
  }
}
pixelId
string
required
Pixel identifier

Access

  • Permission: pixels:delete
curl -X DELETE https://api.linquid.io/api/pixels/pixel_abc123 \
  -H "Authorization: Bearer <token>"
{
  "success": true,
  "data": {
    "deleted": true
  }
}

Common Errors

  • 404: pixel not found