Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

Delete a promotion

DELETE
/api/v3/promotions/{promotionCollateralUid}
curl --request DELETE \
--url 'https://api.tryletterhead.com/api/v3/promotions/example?api=true' \
--header 'Authorization: Bearer <token>'

Permanently delete a promotion. Returns no content on success.

v3 endpoints expect a company API key.

promotionCollateralUid
required
string

UUID of the promotion to delete

api
required
boolean

When set to true, the endpoint accepts authorization with your API Key.

204 No Content

404 Not Found

Media type application/json
object
items
Array<object>
object
message
string
total
integer
Example
{
"items": [],
"message": "Promotion not found",
"total": 0
}

Still can’t find what you need? Contact support.