curl --request DELETE \
--url http://localhost:8000/api/v1/google-ads/ads/{ad_group_id}/{ad_id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"ad_id": 123,
"resource_name": "<string>",
"error_code": "<string>",
"error_message": "<string>"
}Remove (delete) an ad from an ad group.
curl --request DELETE \
--url http://localhost:8000/api/v1/google-ads/ads/{ad_group_id}/{ad_id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"ad_id": 123,
"resource_name": "<string>",
"error_code": "<string>",
"error_message": "<string>"
}The access token received from the authorization server in the OAuth 2.0 flow.