Delete
Delete an audience by id
DELETE
https://us-central1-appgregator.cloudfunctions.net/facebook/custom-audience/
Query Parameters
Name
Type
Description
name*
String
ft-4
connection_name*
String
fbads-01
audience_id*
String
23851065742600684
Headers
Name
Type
Description
x-api-key*
String
U2Fsd...
{
"success": true
}
curl --location --request DELETE 'https://us-central1-appgregator.cloudfunctions.net/facebook/custom-audience?name=ft-4&connection_name=fbads-01&audience_id=23851065742600684' \
--header 'x-api-key: U2Fsd...'
Last updated