Delete a Promotion
DELETE/v2/promotions/:promotionID
Use this endpoint to delete a specific promotion.
Request
Path Parameters
promotionID stringrequired
The ID of the promotion that you want to delete.
Header Parameters
Authorization Bearerrequired
The Bearer token required to get access to the API.
Responses
- 204
- 401
No Content
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
detail string
status string
title string
[
null
]
{
"errors": {
"status": 401,
"title": "Unauthorized"
}
}
Loading...