diff --git a/examples/CustomAudienceDelete.py b/examples/CustomAudienceDelete.py index 71c21a297..950222625 100644 --- a/examples/CustomAudienceDelete.py +++ b/examples/CustomAudienceDelete.py @@ -32,7 +32,7 @@ ] params = { } -print CustomAudience(id).delete( +print CustomAudience(id).api_delete( fields=fields, params=params, -) \ No newline at end of file +)