action contract_p_delete_setting_threshold_resource { label: "Delete the thresholds settings" description: "**Permission required:** edit_thresholds_settings" provider: contract_p method: DELETE path: "/threshold_settings/{scope}" encoding: json output: { type: "object" additionalProperties: true } }