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

Delete provider version

Delete a provider version

delete
Path parameters
idstringRequired

Provider ID

Example: 1
versionstringRequired

Provider version

Example: 1.0.0
Header parameters
Harness-AccountstringRequired

Account ID

Example: harness
Responses
200

OK response.

No content

delete/api/providers/{id}/version/{version}
DELETE /api/providers/{id}/version/{version} HTTP/1.1
Host: localhost:80
Harness-Account: harness
Accept: */*

No content

Last updated

Was this helpful?