Skip to main content
DELETE
Delete a tracking script filter

Authorizations

Authorization
string
header
required

Enter your personal access token (PAT) to authenticate

Path Parameters

trackingScriptId
string
required

The ID of the tracking script to delete a filter from

Example:

"12345"

filterUuid
string<uuid>
required

The UUID of the filter to delete

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

200 - application/json

Tracking script filter deleted successfully

success
boolean
Example:

true

message
string
Example:

"Tracking script filter deleted successfully"