Delete ad rule
DELETE
https://us-central1-appgregator.cloudfunctions.net/facebook/adrules/
Query Parameters
Name
Type
Description
name*
String
ft-4
connection_name*
String
fbads-01
rule_id*
String
23852206590920549
Headers
Name
Type
Description
x-api-key*
String
U2Fsd...
{
"success": true
}
curl --location --request DELETE 'https://us-central1-appgregator.cloudfunctions.net/facebook/adrules?name=ft-4&connection_name=fbads-01&rule_id=23852206590920549' \
--header 'x-api-key: U2Fsd...'
Last updated