Skip to main content

Deletes Campaigns

POST 

/campaigns/delete

Deletes campaigns whose Ids are specified in the provided list of campaign Ids. Authorized callers must be an ORG_ADMIN or a CERT_ADMIN.

Request

Body

required

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