Skip to main content

Delete Campaigns

POST 

/campaigns/delete

Use this API to delete certification campaigns whose IDs are specified in the provided list of campaign IDs. 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...