Discontinue Campaigns and Certifications
POST/discontinueCampaign
This API discontinues certification and campaign.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
campaignid
verifier
Optional params:
certkey
Request
- application/json
Body
campaignid string
certkey string
verifier string
Responses
- 200
Discontinue Campaigns and Certifications
Response Headers
Access-Control-Allow-Credentials
string
Access-Control-Allow-Origin
string
Cache-Control
string
Date
string
Expires
string
Referrer-Policy
string
Server
string
Set-Cookie
string
Strict-Transport-Security
string
X-Content-Type-Options
string
X-Frame-Options
string
- application/json
- Schema
- Example (from schema)
- Discontinue Campaigns and Certifications
Schema
campaignid string
certkey string
errorCode string
msg string
{
"campaignid": "2",
"certkey": "1",
"errorCode": "0",
"msg": "Discontinued"
}
{
"campaignid": "2",
"certkey": "1",
"errorCode": "0",
"msg": "Discontinued"
}
Loading...