• Home
  • Dynatrace API
  • Configuration
  • Services
  • Failure detection
  • Parameter set
  • DELETE a parameter set

Failure detection API - DELETE a parameter set

Deletes the specified failure detection parameter set.

DELETEManaged https://{your-domain}/e/{your-environment-id}/api/config/v1/service/failureDetection/parameterSelection/parameterSets/{id}
SaaS https://{your-environment-id}.live.dynatrace.com/api/config/v1/service/failureDetection/parameterSelection/parameterSets/{id}
Environment ActiveGate https://{your-activegate-domain}/e/{your-environment-id}/api/config/v1/service/failureDetection/parameterSelection/parameterSets/{id}

Authentication

To execute this request, you need an access token with Write configuration (WriteConfig) scope. To learn how to obtain and use it, see Tokens and authentication.

Parameters

ParameterTypeDescriptionInRequired
idstring

The ID of the required failure detection parameter set.

pathrequired

Response

Response codes

CodeDescription
204

Success. The failure detection parameter set has been deleted. Response doesn't have a body.

404

Failed. The specified entity doesn't exist.