Pixels

Delete a tracking pixel

DELETE/api/pixels/{pixelId}

Deletes the specified tracking pixel after checking the caller's permission to remove it.

Headers

NameTypeDescription
AuthorizationrequiredstringAuthentication credentials, e.g. Bearer <token>.

Path parameters

NameTypeDescription
pixelIdrequiredstringID of the tracking pixel.

Responses

200The operation completed successfully.
NameTypeDescription
okrequiredanyWhether the operation succeeded.
200 example
401Unauthorized.
NameTypeDescription
errorrequiredobjectError details returned when the operation fails.
401 example

Code samples

cURL