Runbooks
Delete an existing Runbook
delete/{spaceId}/projects/{projectId}/{gitRef}/runbooks/{id}
Path parameters
spaceIdstring required
The ID of the space containing the resource(s).
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 7 revisions of this API.