Skip to main content
DELETE
/
prod
/
pixel
/
{id}
Delete Pixel
curl --request DELETE \
  --url https://api.aimtell.com/prod/pixel/{id} \
  --header 'X-Authorization-Api-Key: <api-key>'
{
  "result": "success",
  "message": "Successfully removed pixel."
}

Authorizations

X-Authorization-Api-Key
string
header
default:""
required

Path Parameters

id
string
required

Pixel ID

Response

200

result
string
Example:

"success"

message
string
Example:

"Successfully removed pixel."