Skip to main content
Version: v3

Remove custom audience member

DELETE 

/ad-publishing/facebook/custom-audience/:audienceId/member

Remove a single contact from a Facebook custom audience. Note this DELETE takes a request body carrying locationId and contactId, rather than identifying the member through the path or query.

Request

Version stringrequired

API Version

Available optionsv3
audienceId stringrequired

Custom audience identifier

application/json

Bodyrequired

    locationIdstringrequired

    Location identifier

    contactIdstringrequired

    Contact identifier

    fbAdAccountIdstring

    Facebook ad account ID

application/json

Acknowledgement that the contact was removed, naming the audience in msg

Schema
    statusnumberrequired

    Always 200. Mirrors the HTTP status rather than reporting anything additional.

    msgstringrequired

    Human-readable confirmation. Wording varies with the operation performed.