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

Delete Variable Set by identifier on project level

Delete Variable Set by identifier on project level.

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

Org is the organisation identifier.

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

Project is the project identifier.

Example: o
identifierstring · min: 1 · max: 128Required

Identifier is the VariableSet identifier.

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

Account is the internal customer account ID.

Example: 9l
Responses
204

No Content response.

No content

delete/api/orgs/{org}/projects/{project}/variable-set/{identifier}
DELETE /api/orgs/{org}/projects/{project}/variable-set/{identifier} HTTP/1.1
Host: localhost:80
Harness-Account: 9l
Accept: */*

No content

Last updated

Was this helpful?