Delete recovery runbook
Delete recovery runbook
Path Parameters
- runbookId integer required
Recovery runbook Id
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
runbook object
id int32name stringerror object
errorMessage stringerrorCode int32
{
"runbook": {
"id": 0,
"name": "string"
},
"error": {
"errorMessage": "string",
"errorCode": 0
}
}
Loading...