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

Delete workspace template

Remove the association between a template and a workspace.

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

Org is the organisation identifier.

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

Project is the project identifier.

Example: p
template_idstring · min: 1 · max: 128Required

Template identifier

Example: a
workspace_idstring · min: 1 · max: 128Required

Workspace identifier

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

Account is the internal customer account ID.

Example: ld
Responses
204

No Content response.

No content

delete/api/orgs/{org}/projects/{project}/workspace/templates/{template_id}/{workspace_id}
DELETE /api/orgs/{org}/projects/{project}/workspace/templates/{template_id}/{workspace_id} HTTP/1.1
Host: localhost:80
Harness-Account: ld
Accept: */*

No content

Last updated

Was this helpful?