curl --request DELETE \
--url https://api.whop.com/api/v1/ad_groups/{id} \
--header 'Authorization: Bearer <token>'trueSoft-deletes an ad group.
Required permissions:
ad_campaign:updatecurl --request DELETE \
--url https://api.whop.com/api/v1/ad_groups/{id} \
--header 'Authorization: Bearer <token>'trueA company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
The unique identifier of the ad group to delete.
"adgrp_xxxxxxxxxxxx"
A successful response
Represents true or false values.
Was this page helpful?