a84d4905fdbb
latestOpenAPI 3.1.02026-08-143874115.7 MBPromo Codes
Deactivate Promo Code
Turns off an active promo code so it can no longer be redeemed at checkout.
post/promo_codes/{id}/deactivate
Headers
Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383
A unique key that makes this request safe to retry. See Idempotent requests.
Response
promo code deactivated
Example response
{
"account": {
"id": "biz_xxxxxxxxxxxxxx",
"title": "Shine Time Auto Detailing"
},
"amount_off": 0.25,
"code": "affiliate25",
"created_at": "2026-01-01T12:00:00.000Z",
"currency": "usd",
"duration": "repeating",
"expires_at": "2026-01-01T12:00:00.000Z",
"id": "promo_xxxxxxxxxxxxxx",
"metadata": {},
"new_users_only": true,
"one_per_customer": true,
"product": {
"id": "prod_xxxxxxxxxxxxxx",
"title": "Ceramic Coating Package"
},
"promo_duration_months": 3,
"promo_type": "percentage",
"status": "active",
"stock": 200,
"updated_at": "2026-01-01T12:00:00.000Z"
}