Delete Status Page By ID

DELETE {{batmanURL}}/v4/statuspages/:statuspageID

Delete a status page by its id.

Request Body

{"name"=>"test", "description"=>"something", "belongsToGroup"=>true, "groupID"=>207}

RESPONSES

status: OK

{"data":{"id":907,"name":"example statuspage","organizationID":"60cb200bc9de4a0008d2fc41","teamID":"6129ac15518568defa92794b"}}