Skip to main content
DELETE
/
ad_groups
/
{id}
Delete ad group
curl --request DELETE \
  --url https://api.whop.com/api/v1/ad_groups/{id} \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
required

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 ***************************

Path Parameters

id
string
required

The unique identifier of the ad group to delete.

Example:

"adgrp_xxxxxxxxxxxx"

Response

A successful response

Represents true or false values.