JavaScript
Promo codes
Delete promo code
Archive a promo code, preventing it from being used in future checkouts. Existing memberships are not affected.
Required permissions:
promo_code:delete
DELETE
JavaScript
Authorizations
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
The unique identifier of the promo code to archive.
Example:
"promo_xxxxxxxxxxxx"
Response
A successful response
Represents true or false values.

