Runbooks
Delete an existing Runbook
delete/projects/{projectId}/{gitRef}/runbooks/{id}
Path parameters
projectIdstring required
The ID of the project
gitRefstring required
The GitRef containing the resource(s)
idstring required
ID of the Runbook to delete
Request body
Example request
{
"Id": "Runbooks-1",
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Response
Success
Changes
No recorded changes to this endpoint across all 6 revisions of this API.