Skip to main content

Delete Campaigns

POST 

/campaigns/delete

deprecated

Use this API to delete certification campaigns whose IDs are specified in the provided list of campaign IDs. Though this Beta endpoint has been deprecated, you can find its V3 equivalent here. Authorized callers must be ORG_ADMINs or CERT_ADMINs.

Request

Body

required

IDs of the campaigns to delete.

    ids string[]

    The ids of the campaigns to delete

Responses

Accepted - Returned if the request was successfully accepted into the system.

Schema

    object

Loading...