Appearance
Delete a campaign run schedule.
DELETE
/backend/v1/campaign-schedules/{campaignScheduleId}
This will cancel any scheduled campaign runs created by the schedule
Authorizations
HTTPBearer
TypeHTTP (bearer)
Parameters
Path Parameters
campaignScheduleId*
Typestring
Requiredformat
uuid
Query Parameters
cancelRunningAttacks
Also cancel campaign runs in the schedule that are in progress, defaults to False
Responses
Successful Response
application/json
JSON
{
"message": "string"
}