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

Delete dynamic Ansible playbook variable

Delete a dynamic playbook variable.

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

Org is the organisation identifier.

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

Project is the project identifier.

Example: 1hz
identifierstringRequired

The unique identifier for this inventory

Example: test_inventory
Header parameters
Harness-Accountstring · min: 1 · max: 128Required

Account is the internal customer account ID.

Example: s2i
Body
varsstring[]RequiredExample: ["Quam neque ipsum est ut.","Nostrum officiis autem."]
Responses
200

OK response.

No content

delete/api/orgs/{org}/projects/{project}/ansible/playbook/{identifier}/vars
DELETE /api/orgs/{org}/projects/{project}/ansible/playbook/{identifier}/vars HTTP/1.1
Host: localhost:80
Harness-Account: s2i
Content-Type: application/json
Accept: */*
Content-Length: 126

{
  "vars": [
    "Qui velit.",
    "Et et in nulla aut corporis.",
    "Assumenda dolor cupiditate.",
    "Aut quidem beatae sint mollitia et est."
  ]
}

No content

Last updated

Was this helpful?