For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete Ansible playbook

Delete an existing playbook.

delete
Path parameters
orgstring · min: 1 · max: 128Required

Org is the organisation identifier.

Example: n
projectstring · min: 1 · max: 128Required

Project is the project identifier.

Example: v
identifierstringRequired

The unique identifier for this playbook

Example: A rerum recusandae nam molestiae et corrupti.
Header parameters
Harness-Accountstring · min: 1 · max: 128Required

Account is the internal customer account ID.

Example: 0y
Responses
200

OK response.

No content

delete/api/orgs/{org}/projects/{project}/ansible/playbook/{identifier}
DELETE /api/orgs/{org}/projects/{project}/ansible/playbook/{identifier} HTTP/1.1
Host: localhost:80
Harness-Account: 0y
Accept: */*

No content

Last updated

Was this helpful?