Skip to main content

Delete Blackout Window

Select

SaaS
Customer Managed

Used to delete a Blackout Window

Path Parameters
  • blackoutWindowId int32 required

    Id of the Blackout Window to delete

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/blackoutwindow/:blackoutwindowid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
blackoutWindowId — path required
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/V4/BlackoutWindow/:blackoutWindowId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'