promotions
Delete promotion by id
Delete a promotion within Pinterest.
delete/ad_accounts/{ad_account_id}/promotions/{promotion_id}
Path parameters
promotion_idstring required
Promotion ID
ad_account_idstring required
Unique identifier of an ad account.
Response
The request has succeeded.
Example response
{
"promotion_type": "VARIABLE",
"status": "ACTIVE",
"template_values": [
{
"amount": 100,
"custom_text": "My promotion",
"percent": 10
}
]
}