Secret Validation Rules

Delete Secret Validation Rule

delete/api/v1/projects/{projectId}/secret-validation-rules/{ruleId}

Path parameters

projectIdstring required

The ID of the project the secret validation rule belongs to.

ruleIdstring uuid required

The ID of the secret validation rule to delete.

Response

Default Response

Example response

{
  "rule": {
    "constraints": [
      {
        "type": "min-length",
        "appliesTo": "value",
        "value": "8"
      }
    ]
  }
}

Changes

Changed in 2 of the 20 revisions of this API.54

    • added the new ldap-password enum value to the rule/allOf[subschema #2]/anyOf[subschema #3]/providers/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new mssql-credentials enum value to the rule/allOf[subschema #2]/anyOf[subschema #3]/providers/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new mysql-credentials enum value to the rule/allOf[subschema #2]/anyOf[subschema #3]/providers/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new oracledb-credentials enum value to the rule/allOf[subschema #2]/anyOf[subschema #3]/providers/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new unix-linux-local-account enum value to the rule/allOf[subschema #2]/anyOf[subschema #3]/providers/items/ response property for the response status 200

      response-property-enum-value-added

    • api operation id deleteSecretValidationRule was added

      api-operation-id-added

    • api tag Secret Validation Rules added

      api-tag-added

    • added subschema #1 subschema #2 subschema #3 to the rule/allOf[subschema #2]/ response property anyOf list for the response status 200

      response-property-any-of-added

    • removed subschema #1 subschema #2 subschema #3 from the rule/allOf[subschema #2]/ response property anyOf list for the response status 200

      response-property-any-of-removed