Delete Step Config

Delete step config at Org

Securityx-api-key
Request
path Parameters
org
required
string

Harness organization ID

config-id
required
string

Config ID

header Parameters
Harness-Account
required
string

Identifier field of the account the resource is scoped to. This is required for Authorization methods other than the x-api-key header. If you are using the x-api-key header, this can be skipped.

Responses
200

OK

500

Internal Server Error

delete/gateway/ssca-manager/v1/org/{org}/ssca-config/{config-id}
Request samples

Delete step config at Account

Securityx-api-key
Request
path Parameters
config-id
required
string

Config ID

header Parameters
Harness-Account
required
string

Identifier field of the account the resource is scoped to. This is required for Authorization methods other than the x-api-key header. If you are using the x-api-key header, this can be skipped.

Responses
200

OK

delete/gatway/ssca-manager/v1/ssca-config/{config-id}
Request samples

Delete step config by Project

Delete Config By ID

Securityx-api-key
Request
path Parameters
org
required
string

Harness organization ID

project
required
string

Harness project ID

config-id
required
string

Config ID

header Parameters
Harness-Account
required
string

Identifier field of the account the resource is scoped to. This is required for Authorization methods other than the x-api-key header. If you are using the x-api-key header, this can be skipped.

Responses
204

No Content

400

Bad Request

delete/gateway/ssca-manager/v1/org/{org}/project/{project}/ssca-config/{config-id}
Request samples