Skip to main content

Delete Campaigns

POST 

/campaigns/delete

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

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.

A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API.

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...