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:deletecurl --request DELETE \
--url https://api.whop.com/api/v1/ad_groups/{id} \
--header 'Authorization: Bearer <token>'trueDocumentation Index
Fetch the complete documentation index at: https://docs.whop.com/llms.txt
Use this file to discover all available pages before exploring further.
A 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?